body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center; /* Kludge to get IE to properly center the site on the page.*/
}

#pagebody {
	width: 600px;
	margin: auto;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
}

UL {
	list-style: url(dimple.gif) circle
}

H3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

P {
	margin-top: 0;
	padding-top: 5px;
}

A:hover {
	background-color: #fdff57;
}

DIV .note {
	font-size: smaller;
	border: #eeeeee 2px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}
