* {	margin: 0;	padding: 0;}body {	background: #001479;	font: 13px/16px Georgia, Times New Roman, Times, serif;	color: white;
	text-align: center;}#main {	width: 800px;
}

a:link, a:active, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #3DB800;
	text-decoration: none;
}