body {
	background-color: #00165F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#ffffff;
	
}
A { color: white; text-decoration : none; font-weight:bold}
A:link { color: white; text-decoration : none; font-weight:bold}
A:visited { color: #ffffff; text-decoration : none; font-weight:bold}
A:hover   {text-decoration: none; color: red; font-weight:bold}
A:active { color: #ff0000; text-decoration : none; font-weight:bold}

