       body     {  background: url(swirlies.gif) white;
                   font-family: arial, verdana, sans-serif;
                   font-size: 12pt;
                   color: black;
                   }

                /* when mouse is over link */

      a:link    {  color: blue;
                   }

      a:visited {  color: purple;
                   }

      a:active  {  color: brown;
                   }
      a:hover   {  color: green;
                   }

        pre     {  font-family: arial, verdana, sans-serif;
                   }

     p.blink    {  text-decoration: blink;
                   }

 p.textwhite    {  color: white;
                   font-weight: 700;    /* BOLD! */
                   text-align:center;
                   }  
                   

 div.bluebox    {  color: white;
                   border: none;
                   border-width: thin;
                   width:25%;
                   padding-left: 1em;
                   padding-right: 1em;
                   padding-top: 1em;
                   padding-bottom: 1em;
                   background: blue;
                   text-align: center;
                   
                   } 

 div.redbox    {  color: white;
                   border: none;
                   border-width: thin;
                   width:25%;
                   padding-left: 1em;
                   padding-right: 1em;
                   padding-top: 1em;
                   padding-bottom: 1em;
                   background: red;
                   text-align: center;
                   
                   }       

          

strong.bigred   {  font-size: 350%;
                   color: red;  
                   }

strong.medblack {  font-size: 250%;
                   color: black;
                   }
 
strong.medred   {  font-size: 250%;
                   color: red;
                   }

p.smallertext   {  font-size: 0.8em;
                   text-align: left;
                   margin-top: 0em;
                   padding-top: 0em;
                   padding-bottom: 0em; 
                   }

       table    {  font-size: 12pt;
                   color: black;
                   }

       li       {  padding: 0.5em;
                   }    

        address {  font-size: 8pt;
                   text-align: left;
                   margin-top: 1em;
                   padding-top: 1em;
                   }     
