HTML{

  font-family : Verdana;

  color : #FFFFFF;

  background-color : #6600FF;

}

BODY {

background-attachment: fixed; 

background-image : url(../backgrounds/bgg28.gif); 

} 

A{

  color : #000000;

  text-decoration : none;

}

A:LINK{

  color : #00CCFF;

}

A:VISITED{

  color : #111111;

}

A:HOVER{

  color : #FF0000;

  text-decoration : underline;

}

A:ACTIVE{

  color : #00FF00;

}

H1{

  font-size : 26pt;

  font-weight : bold; 

  font-style : italic;

  color : white;

}