body {
font-family: gill, helvetica, sans-serif;
}

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

h1 {
color: #b22;
font-size: 150%;
border-bottom: 1px solid black;
margin-top: 0px;
}

h2, h2 a:link, h2 a:visited {
color: #b22;
margin-top: 0px;
margin-bottom: 8px;
}

h3 {
color: #b22;
margin-top: 0px;
margin-bottom: 5px;
}

a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #b22; }
a:active { color: #c44; }

#header a:link { color: #fff; }
#header a:visited { color: #fff; }
#header a:hover { color: #222; text-decoration: none; }
#header a:active { color: #fff; }
#header td { color: #000; font-size: 100% !important; height: 26px;}

.divide
{
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #333;
}

.references
{
width: 100%;
text-align: right;
}

.headlink
{
font-size: 16px;
}

.navlink 
{
margin: 0px;
padding: 0px;
font-size: 14px;
}

.navlinktop 
{
margin: 0px;
padding: 0px;
margin-bottom: 10px;
border-top: 1px solid #125;
border-bottom: 1px solid #125;
color: #000;
font-size: 16px;
}

table.scores tr.head td
{
font-weight: bold;
}

table.scores tr.odd
{
background-color: #eee;
}



