body {
	background-color: #E0E0F0;
	color: #000000;
}

a:link, a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	color: #9900CC;
	font-weight: bold; 
	text-decoration: underline; 
}

hr {
	clear: both;
	height: 1px;
	border: 0px;
	text-align: center;
	color: #003399;
	background-color: #003399;
}

#content {
	box-sizing: content-box;
	margin: auto;
	width: auto;
	max-width: 772px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	line-height: 1.25;
}

main {
	margin: 12px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

footer {
	margin: 10px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
footer a {
	white-space: nowrap;
}
