<style>
{}
#header {
    background-color:#ddeedd;
    height:90px;
    line-height:25px;
    color:black;
    text-align:center;
    padding:1px;
    font-family: Arial,Helvetica;
}
#nav {
    line-height:28px;
    background-color:#ddeedd;
    height:680px;
    width:100px;
    float:left;
    padding:3px;
    line-height:28px;
    font-family: Arial,Helvetica;
}
#section {
    background-color:white;
    width:700px;
    float:left;
    padding:10px;
    font-family: Arial,Helvetica;
}
#footer {
    background-color:gray;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    font-family: Arial,Helvetica;
}
/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}
/* visited link */
a:visited {
    color: gray;
    text-decoration: none;
}
/* mouse over link */
a:hover {
    color: gray;
    text-decoration: underline;
}
/* selected link */
a:active {
    color: gray;
    text-decoration: underline;
}
</style>

