body 
{
background-color: black;
color: white;
} 

h1 
{
font-size:28pt
} 

td.header
{
color:#000000;
font-size:x-large;
text-align:center; 
background-color:#DCDCDC; 
border-style: double; border-color:blue;
}

td.addheader
{
color:#000000;
font-size:x-large;
background-color:#DCDCDC; 
border-style: double; 
border-color:blue; 
}

td.addcontent
{ 
padding: 5; 
}

tr.offset
{
background-color: #6a6a6a;
}

hr
{ 
border-style: dashed; 
color: navy;
}

table.comments
{
border-style: dashed;
border-color: blue;
}

td.commentname
{
border-right-style:solid; 
border-bottom-style:solid;
border-right-width: 1;
border-bottom-width: 1;
border-color: blue;
width: 100;
}

td.commentcontent
{
border-color: blue;
border-bottom-style:solid;
border-bottom-width: 1;
}

a:link {color:cyan} 
a:visited {color:purple} 
a:hover {font-size: x-large;} 
a:active {color:maroon}

