﻿html {
	background-color: #fff;
	color: #666;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin: 40px;
}

a {
	color: #900;
	text-decoration: inherit;
}

a:hover,
a:active {
	color: #fff;
	background-color: #900;
}

div { 
	text-align: left;
}

dt {
	font-weight: bold;
	margin-top: 1ex;
}

#headbanner {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
}

#headbanner a {
	font-weight: bold;
}
