  
BODY{
  background-color : #ffff80;
}
H1{
  font-size : x-large;
  font-family : "Comic Sans MS";
  font-weight : normal;
  color : #ff80ff;
  text-decoration : none;
}
H2{
  font-size : large;
  font-family : "Comic Sans MS";
  font-weight : normal;
  color : #0080ff;
  text-decoration : none;
}
H3{
  font-size : small;
  font-family : "Comic Sans MS";
  
  color : #0080ff;
  text-decoration : none;
}
A{
  font-size : large;
  font-family : "Comic Sans MS";
  
  color : #0080ff;
  text-decoration : none;
}
