(monkys.css)

BODY { font-size : 12px; 
  font-family : Arial;
}
TD { font-size : 12px; color:#000000 ; 
  font-family : Arial;
}
#ddd{
  font-size : x-small;
  font-family : monospace;
}
A{
  text-decoration : underline;
}
A:HOVER{
  color : #ffffff;
  background-color : silver;
}
A:VISITED{
  text-decoration : none;
  color : blue;
}
</STYLE>
