 
BODY{
  color : white;
  background-color : black;
  font-size : x-small;
}
A{
  text-decoration : none;
  color : yellow;
}
A:HOVER{
  color : white;
  text-decoration : underline;
}
TABLE{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
}
TD{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  font-size : x-small;
}
H1{
  font-size : small;
  color : black;
  background-color : white;
}

