BODY {
      font-family: "New Century Schoolbook", Times, Serif;
      color: black;
      background-color: #FFFFFF;
     
      }
H1 {
    Text-transform: capitalize;
    font-size: 30pt;
    color: gray
   }

H3 {
    font-weight: lighter;
    font-size: 14pt;
   }

SPAN {
    font-family: courier;
    font-variant: small-caps;
    font-size: 15pt;
    font-weight: bold;
    }
    

BLOCKQUOTE {
            }
A:Link {color: #8A2BE2; } 
A:active {color: #990FFF; }
A:visited {color: #3300FF; }
A:hover {text-decoration: none;}

p { }

H2 { }



