BODY 
{

background: #000000 url('img/bg.jpg') no-repeat fixed center;
color: white

}

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

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


