body {font-family:verdana,arial,sans-serif;}
p, ol, ul {font-size:0.8em;}
h1 {font-size:1.2em;}
h2 {font-size:1.0em;}
h3 {font-size:1.0em; color:white;}
A:link {color: #00dd00}
A:visited {color: #008800}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{
padding: 3px 10px;
font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #0a0;
text-decoration: none;
}

#navlist a#current
{
background-color: #000;
color: #fff;
}

#navlist a:hover
{
color: #fff;
background-color: #6f6;
text-decoration: none;
}

