body {
	font-family: sans-serif;
	color: black;
	background: white;
}

img {border: none;}
img.right {float: right;}

a:link {color: blue;}
a:visited {color: purple;}
a:active {color: red;}

.clear {clear: both;}

table, td, th {
	border-collapse: collapse;
	border: 1px solid black;
}

table.results {
	margin: 1em auto;
	font-size: 75%;
}

table.results th, table.results td {
	padding: 0.3em;
}

div#content, div#footer {
	margin-left: 230px;
}

div#footer {
	border-top: 2px solid black;
	padding: 5px;
}

div#crests {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
}
div#crests img {padding: 10px;}
