body {
	font: 80%/160% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 20px;
}
h1 {
	color:#666;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
}
a, a:link, a:visited {
	color: #093;
}
a:hover {
	background: #093;
	color: #fff;
	text-decoration: none;
}
a:active {
	background: #0f6;
	color: #333;
	text-decoration: none;
}
table {
	margin: auto;
	border: 1px solid #fc3;
	font-size: 110%;
}
caption {
	margin: auto;
	padding: .3em;
	font-size: 1.1em;
	font-weight: bold;
}
th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	background-color: #fc3;
	color: #000;
}
th, td {
	width: 10em;
	padding: .5em;
}
.odd {
	background-color: #ccf;
	color: #000;
}
.hovered {
	font-style: italic;
	font-weight: bold;
}
#branding {
	text-indent: -5000px;
	background: transparent url(../images/logonlogo.png) no-repeat left center;
	border-top: 1px solid #ccc;
	padding: 5px;
	height: 30px;
	margin-top: 50px;
}
#branding a {
	display: block;
	width: 132px;
	height: 26px;
}
#branding a:hover {
	background: none;
}