html
{
color: #000000;
background: #2a2a2a;
}

body
{ 
background: #ffffff;
color: #000000;
border: inset 5px  #707070;
margin-left: 1em;
margin-right: 1em;
padding: 2em;
}

h1
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
color: #000000;
background: #eaeaea;
padding: 0.3em;
border: groove  5px  #707070;
margin-top: 0px; 
}

a:link 
{ 
color: #000080;
background: #ffffff;
font-weight: bold;
}
  
a:visited 
{ 
color: #4b0082;
background: #ffffff;
font-weight: bold;
}
  
a:hover
{ 
color: #000000;
background: #dedede;
font-weight: bold;
text-decoration: none;
}
  
a:active 
{ 
color: #f0f0f0;
background: #505050;
font-weight: bold;
text-decoration: none;
}

.center
{ 
text-align: center;
}

.footer
{ 
clear: both;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.8em;
font-weight: bold;
color: #666666;
background: #ffffff; 
}

.verdana {font-family: Verdana;}
.arial {font-family: Arial;}
.helvetica {font-family: Helvetica;}
.tahoma {font-family: Tahoma;}
.lucida {font-family: "Lucida Sans";}
.lucida-u {font-family: "Lucida Sans Unicode";}
.trebuchet {font-family: "Trebuchet MS";}
.comic {font-family: "Comic Sans MS";}
.calibri {font-family: Calibri;}
.gill {font-family: "Gill Sans";}
.gillmt {font-family: "Gill Sans MT";}
.sansserif {font-family: sans-serif;}
.small {font-size: 0.6em;}
