body,td {
  font-family: Tahoma, Arial;
  color: #ffff00;
}
body {
  background-color: #005050;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height:100%;
}
a:link,a:visited,a:active{
  color: #ffff00;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ffff00;
  font-weight: bold;
  text-decoration: underline;
}
