BODY {
  BACKGROUND-COLOR:#ffffff;
  FONT-FAMILY:"Verdana", "Arial";
  FONT-SIZE:11px;
  COLOR:#202020;
  overflow:hidden;
}
TABLE {
  FONT-FAMILY : "Verdana", "Arial";
  FONT-SIZE : 11px;
  COLOR : #202020;
}
A:link {
  COLOR : #202020;
  TEXT-DECORATION : none;
}
A:visited {
  COLOR : #202020;
  TEXT-DECORATION : none;
}
A:active {
  COLOR : #202020;
  TEXT-DECORATION : none;
}
A:hover {
  COLOR : #8b0000;
  border-bottom : dashed 1pt;
  position:relative;
  top:1px;left:1px;
}