
body
{
font-family: "Arial", sans-serif;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

h1
{
font-size: 18pt;
}

#content
{
margin-left: 1%;
}


a:link
{
color: #00F;
}

a:visited 
{
color: #00F;
}

#footer
{
background-color: #006;
color: #AAA;
font-size: 0.7em;
font-weight: bold;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}


#footer a
{
color: #FFF;
}

.hover
{
background: #333;
border-left: 1px solid #999;
border-top:  1px solid #999;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
font-weight: bold;
padding: 10px;
text-align: center;
}

.hover a
{
text-decoration: none;
}

.hover a:hover
{
text-decoration: underline;
}


