body {
  color : black;
  background: #FFFFFF; 
  font-size: 8 pt; 
}

a { text-decoration: none }

a:link { 
  color: blue;
  background-color: transparent;
}

a:visited {   
  color: blue;
  background-color: transparent;
}

a:hover { 
  color: red; 
  background-color: transparent;
  text-decoration: underline; 
}

a:active { 
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

td { 
  font-family: Tahoma,Verdana,Arial; 
  font-size: x-small;
  vertical-align: top;
}
