body
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        background-color: #FFFFFF;
        margin: 0 1em;
        padding: .5em 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: lightblue;
}

table.navbar
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0;
        position: absolute:
        left: 0;
        right: 0;
}

.navbar {
        font-weight: bold;
	color: orchid;
}

a:link
{
        color: darkslateblue;
	font-weight: bold;
        text-decoration: none;
}

a:active
{
        color: darkslateblue;
	font-weight: bold;
        text-decoration: none;
}

a:visited
{
        color: darkslateblue;
	font-weight: bold;
        text-decoration: none;
}

a:hover
{
        color: maroon;
	font-weight: bold;
        text-decoration: underline;
}

td.roster {
  color: teal;
  white-space: nowrap;
}

a.roster {
  font-weight: normal;
}

div.content {
  padding: 0 2em;
}





