 
TEXTAREA{
  color : white;
  background-color : black;
  font-size : 12px;
  font-weight : normal;
}
A:HOVER{
  color : white;
  background-color : blue;
  text-decoration : none;
}
A{
  text-decoration : none;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}