 BODY { 
         color : black;
        font-family: "arial";
        font-size : 8;
	bgcolor=blue
}

   A:link {
           color: blue;
  font-family: "arial,sans-serif";
}
  A:Visited {
           color: blue;
           font-family: "arial";
           
}
  A:HOVER { 
         color : red;
         font-weight: bold
}
 
  H1 { 
         font-family: "Monotype Corsiva";
         font-size : 24pt;
         letter-spacing : 1pt;
    
}
  H2 { 
         font-family: "Comic Sans MS";
         font-size : 14pt;
         color : maroon;
 }
   H3 { 
         font-size : 14pt;
         color : purple
}
  H4 { 
         font-size : 12pt;
         color : cyan
}
 H5 { 
          font-family: "Book Antiqua";
        color : black
}
  H6 { 
         font-family : "ARIAL";
         font-size : 8pt;
         color : maroon
}
  .glow { 
          font-family : "arial,sans-serif";
          color : blue;
          filter : Glow(Color=yellow, Strength=4)
}
  .wavefx { 
          font-family : "Book Antiqua";
          font-size : 9pt;
          font-weight : bold;
          color : #8C8CF2;
          background : #FF4E4E;
          line-height : 5mm;
          filter : Wave(Add=1, Freq=2, Phase=1, LightStrength=0, Strength=8)
}
  .shadowg { 
          color : black;
          filter : Shadow(Color=silver, Direction=145)
}
  .shadowb { 
          color : black;
          filter : Shadow(Color=black, Direction=145)
}
  .bighead { 
	  font-family : "Monotype Corsiva";
	  font-size : 24pt;
          font-weight : bold;
          letter-spacing : 1pt;
          text-transform : capitalize;
          padding : 13mm;
          filter : Shadow(Color=#3f3f3f, Direction=45)
}
