
body {
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif; 'Courier New';
background-color: #036;
font-weight:bold;



}


#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;



}

#navlist li
{
display: inline;
list-style-type: none;

float: left;
text-align: center;

margin: 0;
width: 130px;
padding: 5px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #667FFF; text-decoration:underline;
background-color: #036;
width: 130px;
padding: 5px;


}

#navlist a:visited
{
color: #ffcc00; text-decoration:underline;
background-color: #036;
width: 130px;
padding: 5px;


}

#navlist a:hover
{
color: #ffcc00;
background-color: #369;

text-decoration: underline; font-weight: bold;


}

