/*Make all body text black 12-point Tahoma
with 16 pt vertical spacing betweeen lines of text
and 10-point margins. */
body {font-size: 12pt;
            font-family: "Tahoma", "Book Antiqua";
            color: black;
            line-height: 12pt;
margin-top: 1pt;
margin-left: 5pt;
margin-right: 5pt;}
/*Classes for Index Page*/
/*Main Intro*/
h1.Formal {font: 20pt Georgia;
font-weight: bold;
color: "#990033";}
/*Sub Intro*/
.subformal {font: 16pt Georgia;
font-weight: bold;
color: "#990033";}

/*Heading 2*/
.indexline {font: 11pt Georgia;
font-weight: bold;
color: "#990033";}
.indexad {font: 14pt Georgia;
font-weight: bold;
color: "#000000";}
.indextxt {font: 12pt Georgia;
color: "#000000";}
.indextext {font: 11pt Georgia;
font-weight:  bold;
color: "#0000FF";}
.hourstext {font: 9pt Georgia;
font-weight: bold;
color: "#0000FF";
line-height: 10pt;}
/*Heading 3 - Enter here */
.links {font: 14pt Georgia;
font-weight: bold;
color: "990033";}
/*class for specialty pages*/
.messagehdr {font: 16pt Garamond;
font-weight: bold;
color: 006400;}
/*class for specialty pages*/
.message {font: 12pt Garamond;
font-weight: bold;
color: 006400;}
/*class for Quote of the Week*/
.quotehdr {font: 16pt Book Antiqua;
font-weight: bold;
color: #2e8b57;}
/*class for center picture*/
.centertxt {font: 14pt Arial;
font-weight: bold;
color: FF0000;}
/*class for specialty pages*/
.quotetxt {font: 12pt Garamond;
font-weight: bold;
color: 006400;}
/*Class for march madness*/
.march_madness {font: 18pt comic sans ms;
font-weight:  bold;
color: "#ff0000";}
.march_madness_text {font: 10pt comic sans ms;
font-weight:  bold;
color: "ff4500";}

/*class for specialty pages*/
.whatsnew {font: 9pt Georgia;
color: midnightblue;}
/*dont underline links and make all links red*/
a {text-decoration: none;} 
a:link {color: "#990033";}
/*#FE0000*/
a:visited{color:"#990033";}
/*a:active {color:black;}*/
