body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #003366;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	font-weight: bold;
	color: #4682b4;
	text-decoration: underline;
}
