body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
}

div.front {
width: 652px; border-left: darkblue solid 1px; border-top: darkblue solid 1px; padding: 16px; font-size: 14px ; margin: auto; float: both; text-align: left; margin-top: 16px;
}

a.head {
	color: black;
	text-decoration: none;
}

a:hover.head {
	color: black;
	text-decoration: none;
}

a {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}