
body {
   margin-left: auto; 
   margin-right: auto; 
   margin-top: 40px; 
   width: 750px;
   text-align: left; 
   font-size: 12px;
   font-family: Courier, monospace; 
   background-color: #565051;
}


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


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

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

a:hover { 
   color: gray; 
   text-decoration : none; 
}

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

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

H2 {
   font-size:  12px;
   color: black;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
}