<!-- Page Attributes -->

body {margin: 20px 20px 20px 20px;
background: #7fffff;}

a, a:link, a:visited, a:active {color: #ff6666; text-decoration: none;}
a:hover {color: #ff6600;}

<!-- Layout Blocks -->

#header {
font-family: serif;
color: #990000;
font-size: 36px;
border-bottom-style: solid;
padding-bottom: 10px;
}

#content {
float: left;
width: 70%;
padding-top: 10px;
padding-left: 15px;
padding-right: 35px;
}

#links {
background:#7fffff;
color:#cccccc; 
padding-left: 15px;
}

<!-- Text Styles -->

.subhead {
font-family: sans-serif;
color: #990000;
font-size: 16px;
font-weight: bold;
padding-top: 10px
}

.bodytext {
font-family: sans-serif;
color: #990000;
font-size: x-small;
}

.sidehead {
font-family: sans-serif;
color: #cccccc;
font-size: x-small;
font-weight: bold;
padding-top: 10px;
}

.sidebody {
font-family: sans-serif;
color: #999999;
font-size: xx-small;
font-weight: bold;
}


