/*
Author: Kenneth Moore
*/
a {
color: red;
font: Arial bold;
text-decoration:none;}

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

a:active {
color: red;}

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

#navlist li
{
display: inline;
list-style-type: none;
padding: .1em;
}

#navlist a { padding: 3px 10px; }

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


img.imgborder {
border: black double 5px;}


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

#navlist li a#current 
{
color: #FF3030;
background-color: #369;
text-decoration: none;}

b{
text-transform: uppercase;}