/*<style_name>Blue Navigation Bar, Olive Background</style_name>*/
body {
	background: #999966;
	font: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

td.navbar {
	background: #234485;
	color: white;
	padding: 3px;
	font-size: smaller;
	border: 2px solid black;
}

td {
	font-size: smaller;
}

td.body {
	font-size: smaller;
	border: 1px solid black;
	background: white;
	padding: 4px;
}

a.nav {
	color: White;
}

td.footer {
	font-size: smaller;
	color: black;
}