body {
 font-family:  sans-serif;
 /*
				font-family:'trebuchet ms',arial,verdana,sans-serif;
 font-family: fixedsys, courier, Verdana, sans-serif;
 font-variant: small-caps;
 */
 font-size: 14px;
 color: black;
 background-color: #0099FF;
/*  border: 40px solid white;
this kind of sucks */
}

img {
 border-style: none
}

li {
	padding-top: 4px;
}

tr.odd {
 background-color: #BBBBBB
}

td.filler {
 width: 40px 
}

a {
 color: white;
 text-decoration: none; 
}
a.top {
color: black;
text-decoration: none;
}

a.top:hover {
color: white;
text-decoration: none;
background-color: blue;
}

a:hover {
 color: white;
 background-color: blue;
}

span.new {
color: red
}
