  
BODY{
  color : white;
  background-color : black;
  font-size : 13px;
}
H1{
  font-size : 18px;
  text-align : center;
}
H2{
  font-size : 16px;
}
TEXTAREA{
  color : white;
  background-color : black;
}
A{
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}

