body {
	text-align: center;
	background: #000000;
}

#main {
	margin:120px auto 0;
}
a {
	color: #003366;
}

a:visited {
	color: #455a6b;
	text-decoration: none;
	border-bottom: 1px dotted #455a6b;
}

a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}


img {
	border:0;
}