body   {color: black;
        background-color: white;
        font-family: Arial, Helvetica, Verdana, sans-serif;
       }
img    {border-width: 0px;
       }
table  {
        border-width: 0px;
        font-size: 80%;
        margin-left: auto;
        margin-right: auto;
       }
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;
        font-size: 100%;
       }
#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;
       }

#copyright {
        font-style: italic;
        list-style-type: none;
        font-size: 70%;
}

#license {
        font-size: 70%;
}
