
body{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
  background-color: darkgreen;
  font-family: verdana;
  font-size: 12px;
}


table{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}

a{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}

a:link{
  color: white;
  text-decoration: none;
}

a:visited{
  color: white;
  text-decoration: none;
}

a:active{
  color: white;
  text-decoration: none;
}

a:hover{
  color: black;
  text-decoration: none;
}

