<style type="text/css" media="all">

body {
    font: small arial, helvetica, sans-serif;
    }

#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
   }

#header li {
    display: inline;
    margin: 0 2px 0 0;
    text-align=left;
    }

#header a {
    padding: 0 1em;
    text-decoration: none;
    color: black;
    background: #eeeeee;
    }

#header a:hover {
    background: #3f468c;
    color: black;
    }0123456789a

#header #selected {
    }

#header #selected a {
    padding-bottom: 2px;
    font-weight: bold;
    color: white;
    background: #3f468c;
    }

#content {
    width: 640px; 
    border-top: 2px solid white;
    background: #3f468c;
    padding: 1em;
    text-align: left;
    }

#content p {
    width: 610px; 
    margin: 0;
    padding: 1em;
    background: white;
    }

h1 {
    font-size: 1.5em;
    color: #fc0;
    }

</style>
