body{
        background-color: #eee;
        color: #333;
}

h1, h2, h3, h4, h5, h6{
        color: #009;
}

a,  a:link,  a:visited{
        color: #009;
}

a:hover{
        background-color: #009;
        color: white
}

#header{
        background-color: transparent;
        border-color: #999;
}

#menu li{
        border-color: #ccc;
}

#wrapper{
        border-color: #999;
}

body{
        margin: 5px 0 0 0; padding:0;
        font-family: verdana, sans-serif;
        text-align: center;        
}

h1, h2, h3, h4, h5, h6{
        font-family: arial, sans-serif;
}

acronym:hover{
        cursor: help;
}

acronym{
}

li{
        margin: 0.3em 0;
}

#header{        
        text-align: center;
}        

#header h1{
        margin: 0; padding: 0;
        font-size: 150%;
}

#header h1 span{
        font-size: 250%;
}

#header h2{
        font-size: 80%;
        font-family: sans-serif;
        text-decoration: overline;
        text-transform: uppercase;
        margin-top: -1em; padding-top: 0;        
        margin-left: 1em;
}

#menu a, #menu a:link,  #menu a:visited{
        text-decoration: none;
}

#wrapper{
        background-color: white;
        
        width: 85%;
        margin: auto;
        text-align: left;
        
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-width: thin;
        border-top-style: solid;
        border-top-width: medium;
}

#content{
        padding: 1em;
}

#footer p{
        font-size: xx-small;
        text-align: center;
}
