BODY {

	background-color: #000000;
}


A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}


