body {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #305186;
}

a:link {
	color: #001f4e;
	text-decoration: none;
}
a:visited {color: #001f4e; text-decoration: none; }
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {color: black; text-decoration: none; }
a:focus {color: #001f4e;}
