body
{
left: 5px;
color: black;
background-color: #aaa;
width: 800px;
font: 12pt verdana, arial, helvetica, sans-serif;
}

a, a:link, a:visited, a:active
{
color: maroon;
text-decoration: none;
}

a:hover
{
color: white;
text-decoration: none;
border-bottom: 1px dashed #aaa;
}

#title
{
position: relative;
float: center;
text-align: left;
font: 36pt courier new, courier;
text-decoration: bold;
color: dark gray;
}

#col1
{
position: relative;
float: left;
font: 12pt verdana, arial, helvetica, sans-serif;
width: 400px;
}

#col2
{
position: relative;
float: right;
align: left;
font: 12pt verdana, arial, helvetica, sans-serif;
width: 400px;
}

#footer
{
position: relative;
}

#spacer {
  clear: both;
  width: 55px;
}

#row {
  position: relative;
}
