   A:link {
           color: maroon;
           font-family: "Times New Roman";
            font-size : 10pt;
           
           }
  A:Visited {
           color: maroon;
           font-family: "Times New Roman"
}
  A:HOVER { 
         color : red;
         font-weight: bold
}
 
  H1 { 
         font-family : "Calisto MT";
         font-size : 24pt;
         color : teal;
         margin-left : 18pt;
         letter-spacing : 1pt;
    
}
  H2 { 
         font-family : "Calisto MT";
         font-size : 14pt;
         color : Maroon;
 }
   H3 { 
         font-size : 14pt;
         color : Teal
}
  H4 { 
         font-size : 12pt;
         color : red
}
 H5 { 
         font-family : "Calisto MT";
         font-size : 10pt;
        color : blue
}
  H6 { 
         font-family : "Calisto MT";
         font-size : 8pt;
         color : green
}
  .glow { 
          font-family : "Calisto MT";
          color : red;
          filter : Glow(Color=#FFFF00, Strength=4)
}
  .wavefx { 
          font-family : "Book Antiqua";
          font-size : 12pt;
          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)
}
  .bighead { 
          font-weight : bold;
          color : red;
          letter-spacing : 1pt;
          text-transform : capitalize;
          padding : 13mm;
          filter : Shadow(Color=silver, Direction=45)
}
