body   {color: black;
        background-color: white;
        font-family: Arial, Helvetica, Verdana, sans-serif;
       }
img    {border-width: 0px;
       }
tr     {vertical-align: top;
       }
caption {
        text-align: left;
       }
.center {
        text-align: center;
       }
.nowrap {
        white-space: nowrap;
       }
#navcontainer ul {
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap;
       }
#navcontainer ul li {
        display: inline;
        list-style-type: none;
       }
#navcontainer a { padding: 3px 10px; }
#navcontainer a:link, #navlist a:visited {
        color: #fff;
        background-color: #036;
        text-decoration: none;
       }
#navcontainer ul li a:hover {
        color: #fff;
        background-color: #369;
        text-decoration: none;
       }
