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