small {
  font-size : 8pt;
}
span {
  font-size: 22pt;
}
big  {
  font-size: 12pt;
}
BODY{
  font-family : tahoma;
  font-size: 9pt;
  background-color:#000000;
  color: #cccccc;
  margin: 0 ;
  SCROLLBAR-FACE-COLOR: #000000;
  scrollbar-base-color: #3b3a3a;
  SCROLLBAR-ARROW-COLOR:#747373;
  SCROLLBAR-TRACK-COLOR: #000000;
}
a{
  text-decoration:none;
  color:red;
}
a:hover{
  color:#0000ef;
}