.mid {
	text-align: center;
}

.FloatRight { float: right; }
.FloatLeft { float: left; }

body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: #FFFFCC;
}

h1 {
	text-align: center;
}

h3 {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

a:hover {
	background-color: #99FF99;
	color: black;
}

a:active {
	background-color: #CCFFCC;
	color: black;
}

table {
	border-style: none;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
}

td, th {
	padding-left: 1ex;
	padding-right: 1ex;
}

img { border-style: none; }

tr.odd {
	background-color: #99FF99;
}

