  

H1{
  font-size : medium;
  font-family : "Century Gothic";
  font-weight : lighter;
  color : #ffffff;
  text-decoration : none;
  font-variant : normal;
  word-spacing : normal;
}
H2{
  font-size : medium;
  font-family : "Century Gothic";
  font-weight : normal;
  text-decoration : none;
  font-style : normal;
  font-variant : normal;
  color : #ffffff;
}
H3{
  font-size : small;
  font-family : "Century Gothic";
  font-weight : normal;
  color : #ffffff;
  
}
BODY{
  background-color : #990000;
  
}
A{
  text-decoration : none;
  color : #ffffff;
}
A:HOVER{
  color : yellow;
}
A:ACTIVE{
  color : fuchsia;
}
