BODY {background-color : white;
  color : gray;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  
  font-weight : lighter;
  background-attachment : fixed;
  font-size : x-small;
}
TD{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size : x-small;
  
  
}
A{
  cursor : crosshair;
  color : gray;
  
  text-decoration : none;
}
B{
  font-weight : bold;
}
A:HOVER{
  color : gray;
  text-decoration : underline;
}
