/* ------------------------------------------------------------ */
/* Standard                                                     */
/* ------------------------------------------------------------ */
body 
{ 
  font-family:Courier,sans-serif; 
/*  font-size:12px; */
  color:#800000; 
  background-color:#FFFFC8;
  margin-top:0px; 
  margin-left:0px; 
  margin-right:0px; 
  margin-bottom:0px; 
}

.small_td 
{ 
  font-size:0.8em; 
}

td 
{ 
  font-size:1.2em; 
}

.my_nav 
{ 
/*  width:200px;
  height:400px;
  position:absolute;
  top:128px;
  left:12px;
  */
  font-size:1em; 
  font-weight:bold;     
}

a:link {
 text-decoration:none;
 color:#800000;
}    

a:visited {
 text-decoration:none;
 color:#800000;
}

a:active {
 text-decoration:none;
 color:#800000;
}

a:hover {
 text-decoration:underline;
 color:#800000;
}
