BODY{
  font-size : 10px;
 
}

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

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 : fuchsia;
}

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

A{
font-size : 10px;
}

A:LINK{
font-size : 10px;
}