
.tickers {
  color: #999999;
  font-weight: bold;
}

body, td {
  font-family : Lucida Grande,Arial,Tahoma,Verdana,sans-serif;
  font-size : 11px;
  color : #999999;
}

a:link {
  text-decoration: underline;
  color : #000000;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
  color : #000000;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}