<style>
#container{
position: center;
}

#banner{
height: 100px;
width: 800;
border-style: solid;
border-color: grey;
border-width: 0px;
border-bottom: none;
background-color: white;
}

#links{
width: 800px;
border-style: solid;
border-color: grey;
border-width: 0px;
border-bottom: none;
}

#content{
min-height: 400px;
width: 800px;
max-width: 926px;
border-style: solid;
border-color: grey;
border-width: 0px;
background-color: white;
}

table.links{
border-style: solid;
border-width: 1px;
}

td.link{
background-color: #77AAFF;
}

.normalFont {
color:#000000;
font-family:"Arial";
font-size:10pt;
}

a:link {
color:black;
font-family:Arial;
font-size:10pt;
text-decoration:none;
}
a:visited {
color:black;
font-family:Arial;
font-size:10pt;
text-decoration:none;
}
a:active {
color:black;
font-family:Arial;
font-size:10pt;
text-decoration:none;
}
a:hover {
color:#black;
font-family:Arial;
font-size:10pt;
text-decoration:underline;
}

</style>