@media screen
{
a:hover, a:active
{
border-bottom-color: rgb(195,217,255);
border-bottom-style: dashed;
border-bottom-width: 1px;
border-top-color: rgb(195,217,255);
border-top-style: dashed;
border-top-width: 1px;
color: rgb(195,217,255);
}

a:link, a:visited
{
color: rgb(195,217,255);
}

body
{
background-color: rgb(16,16,16);
color: rgb(124,124,124);
font-family: sans-serif;
margin: 10px auto;
width: 600px;
}

#body-header
{
background-color: rgb(16,16,16);
background-repeat: repeat-x;
float: left;
padding: 10px 5px 2px 5px;
width: 590px;
}

#body-main
{
clear: left;
color: rgb(124,124,124);
font-size: 1.25em;
padding: 3px 5px 10px 5px;
width: 590px;
}

#body-footer
{
color: rgb(124,124,124);
font-size: 0.75em;
padding: 10px 5px 10px 5px;
text-align: right;
width: 590px;
}
}
