body {
	background-color: #0090F0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;

}
a:link {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: normal;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;

}
