/* This style sheet was written by Rachael Sigler.  It servers to display pages on http://www.tornadogenesis.net:8080.
   All material is Copyright 2005 Rachael D. Sigler.  Any unauthorized copying or use of any part of the style sheet is 
strictly prohibited!
*/



/* Make all body text a light blue (66ccff), with a black backgound,
   with 13.5 point font. 
*/
body {      font-size:  13.5pt;
                color: #66ccff;
     background-color:   black;}


/* Make all links and vlinks a light green (66ffcc).  Make links
   flash magenta when activated.  Make all links underlined.
*/
a {text-decoration: underline;}
a:link {color: #66ffcc;}
a:visited {color: #66ffcc;}
a:active {color: magenta;}


/* Make the first heading maroon, 36 point font, bolded, and centered.
*/
div.heading1 { font-size:    36pt;
                   color: #990033;
             font-weight:    bold;
              text-align:  center;}


/* Make the second heading maroon, 18 point font, bolded, italicized, and centerd.
*/
div.heading2 { font-size:    18pt;
                   color: #990033;
              font-style:  italic;
             font-weight:    bold;
              text-align:  center;}

/* Make the "updated" aligned to the right, blue, and smaller.
*/
div.update {text-align: right;
             font-size:  10pt;}

/* Make the links at the bottom centered.
*/
div.links {text-align: center;}
               
/* Make the second paragraph at the bottom bold, italicized, smaller, and centered.
*/
P.CR {text-align: center;
       font-size:   10pt;  
      font-style: italic;
     font-weight:   bold;}



