body
{
	margin:0;
	background:maroon;
	font-family: 'Lucida Sans Unicode', sans-serif;
}
.logo
{
	font-weight:bold;
	font-size:1.2em;
	vertical-align:bottom;
	color:white;
	text-align:center;
}
.nav
{
	vertical-align:bottom;
	text-align:left;
	color:white;
}
.nav:link
{
	color:white;
}
.nav:visited
{
	color:#fff0f0;
}
table.header
{
	width:100%;
	border-left: 25px solid red;
}
.content
{
	background: #fff0f0;
	font-size:100%
}
.head
{
	font-size:125%;
	color:maroon
}
.nomarks
{
	list-style:none;
}
h2, h3, h4, h5, h6
{
	text-align:center;
	color:maroon;
}
.small
{
	font-size:0.6em;
}
.updated
{
	font-style:italic;
	font-size:0.6em;
}
em
{
   color: red;
   font-style: normal;
   Text-Decoration : none;
}
strong
{
   color: #000099;
   font-weight: bold;
}
.grey {background: #e0e0e0;}
@media print {
.noprint {display:none}
.logo {display:none}
.nav {display:none}
a {text-decoration:none; color:black;}
.content {background:white;}
body {background:white;}
table.header {border-left: 0px solid red;}
}
