 
BODY{
  
  
  
  
  
  background-image : url(back.gif);
  background-repeat : repeat-x;
  margin-top : 80px;
  
  
  
  background-color : #6db6ff;
  
  bottom : auto;
}
TD{
  font-size : 13px;
  color : black;
}
A:link{
  font-size : 13px;
  color : blue;
  text-decoration : none;
}
A:visited{
  font-size : 13px;
  color : blue;
  text-decoration : none;
}
A:hover{
  font-size : 13px;
  color : white;
  text-decoration : underline;
  background-color : blue;
}
A:active{
  font-size : 13px;
  color : blue;
  text-decoration : none;
}
HR{
  color : black;
}
