BODY{
  font-size : 10px;
  color : #4f2700;
  

  background-color : #f7c901;
}

TABLE{
  color: #4f2700;
  background-color : #f7c901;
  text-decoration : none;
  font-size : 10px;
  letter-spacing : 1px;
  
  line-height : 15px;
}

A:LINK{
text-decoration : none;
  color : #4f2700;
}

A:VISITED{
text-decoration : none;
font-size : 10px;
  color : #4f2700;
}

A:ACTIVE{
text-decoration : none;
font-size : 10px;
color : #4f2700;
}

A:HOVER{
color : orange;
font-size : 10px;
}

A{
font-size : 10px;
  color : #4f2700;
}

A:LINK{
font-size : 10px;
  color : #4f2700;
}