html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#contents {
	display: block;
	width:100%;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px;
	padding-bottom: 8px;
}

a {
	font-weight: none;
	text-decoration: none; 
	color: darkblue;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}

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