.blue{
	color:#0a1274;
}

.red{
	color:#bc005d;
}

.oldPrice{
	color:#bc005d;
	text-decoration:line-through;
}

.big15{
	font-size:15px;
}

.bigTitle{
	font-size:22px;
	color:#953d71;
	font-weight:bold;
}

a:link, a:visited, a:active{
	color:#bc005d;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
a.red:link, a.red:visited, a.red:active{
	color:#bc005d;
}

a.red:hover{
	color:#8A0831;
}

a.black:link, a.black:visited, a.black:active{
	color:#000000;
	text-decoration:none;
}

a.black:hover{
	color:#8A0831;
	text-decoration:underline;
}

.upperRed{
	color:#953d71;
	text-transform:uppercase;
}

H1{
	font-size:18px;
	color:#953d71;
}
