/************** .Normal Styles ***************/
body{
	margin: 0px;
	padding: 0px;
	background-color: #b6b6b6;
	color: #464646;
}

a:link {
	color: #520002;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #520002;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
