body, td, th {
  font-family: Arial,Helvetica,sans-serif;
  color: #666666;
}
body {
  background-color: #666666;
  margin-top: 0px;
}
a:link {
  text-decoration: none;
  color: #ff6600;
}
a:visited {
  text-decoration: none;
  color: #ff6600;
}
a:hover {
  text-decoration: none;
  color: red;
}
a:active {
  text-decoration: none;
  color: red;
}


