
/*  ************* Normal Links  ************* */

a{
	text-decoration: 	underline;
	color: 			#D8335F;
}

a:link{
	text-decoration: 	underline;
	color: 			#D8335F;
}

a:visited {
	text-decoration: 	underline;
	color: 			#D8335F;
}

a:hover {
	text-decoration: 	none;
	color: 			#FFFFFF;
	background-color: 	#D8335F;
}

a:active {
	text-decoration: 	none;
	color: 			#FFFFFF;
	background-color: 	#D8335F;
}

h1{
	color: 			#D8335F;
}
