<!--
body {
  background-color: #ffffff;
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

td {
  background-color: #ffffff;
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}


#title {
  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

A {
  font-size: 12px;
  font-weight: normal;
  color: blue;
  text-decoration: underline;
  background-color: transparent;
}

A:visited {
  font-size: 12px;
  font-weight: normal;
  color: blue;
  text-decoration: underline; 
  background-color: transparent; 
}

A:hover {
  font-size: 12px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}
-->