body {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link { 
    color:#FFFF00;
}
a:visited {
    color:#FFFF00;
}
a:active {
    color:#FFFF00;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

