body {
	margin: 0px;
	background-color: #000099;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #FF3300;
}

