A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
        color : ffffff;
        text-decoration : none;
        font-size : 14;
        font-family : arial;
}


A:HOVER {
        color: #000000;
        text-decoration : underlined;
        font-weight: bold;
        font-family: arial;
        font-size: 14;
}


body {
  background-color: #eaeaea;
  color: #000000;
  margin: 0;

  font-family: arial;
  font-size: 8;
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFF00;
  SCROLLBAR-SHADOW-COLOR: #FFFF00;
  SCROLLBAR-ARROW-COLOR: #FFFF00;
  SCROLLBAR-TRACK-COLOR: #FFFF00;
  SCROLLBAR-BASE-COLOR: #FF0000;
  background-repeat:repeat
}

span {
     color: white;
     font-weight: bold;
     background: black;
     font-size: 13;
     }

table, tr, td, th {
     background-repeat:repeat
}