 
A{
  color : #ff6633;
  text-decoration : none;
  font-weight : bold;
}
A:HOVER{
  color : #ff6633;
  
  text-decoration : underline;
  
}
TD{
  font-size : 15px;
  
  color : #333333;
}
BODY{
  font-size : 15px;
  color : #666666;
}
A:VISITED{
  color : #ff9933;
}
