
body {
   margin-left: auto; 
   margin-right: auto; 
   margin-top: 15px; 
   text-align: center; 
   font-size: 12px;
   font-family: Courier, monospace; 
}


table { 
   margin-bottom: 10px; 
   margin-top: 0px; 
   width: 700px; 
   border-spacing: 1px; 
   font-size: 12px;
}

table.special { 
   margin-top: 10px; 
   width: 480px; 
}

table.special td { 
   padding: 0px; 
}

#menu{ 
   text-align: center; 
   font-size: 16px;
   color: navy; 
   text-decoration : none;
}

a:link { 
   color: navy; 
   text-decoration : none;
}

a:hover { 
   color: #66CC66; 
   text-decoration : none; 
}

A:link, A:visited, A:active { text-decoration: none }

H1 { 
   font-size: x-large; 
   color: navy; 
}