P, H2, H3, H4, H5, H6, LI, TD, BLOCKQUOTE {
        font-family:  Verdana, Arial, Helvetica, sans-serif, "MS sans serif"
        }
H1     {
        font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
		font-size: 130%;
		color: red
        }
H2     {
		font-size: 110%
        }
H3     {
		font-size: 100%;
		font-weight: bold
        }
OL     {
	    font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"
        }

UL     {list-style: none; 
        font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"
        }


A      {     
	    font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
        font-weight: bold;
        text-decoration: none
        }

A:link  {
         color: #003399; /* was  #3366ff*/
         text-decoration:none
        }
A:active {
         color: #CC3300;
         text-decoration: none
	    }	
A:visited { color:  #6699CC; /* was  #00ccff*/
	    text-decoration: none 
     	}
/* these next two only work in Internet Explorer, Netscape 4.x just ignores them */
A:hover {
	     font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	     color: #CC3300;
         text-decoration: none
	}	

.firstwords {
        font-variant: small-caps; 
        font-weight: bold;
        }

/* Neither IE5 nor Netscape 4.7 seem to implement this correctly, but I'll leave it in
until a browser comes along that does work. */
.dropcap { 
        font-size: 150%; 
        vertical-align: text-top
        }

/* I didn't really like the effect of drop caps in IE5. So here's just big caps */
.bigcap { 
        font-size: 150%; 
        }



/* Used where I want a seriffed face */
.serif  {
	     font-family: Times, "Times New Roman", serif, "MS serif";
	     font-size:105%
        }

/* and for reversed text */
.inverse {color: white;
	  background-color: black ;
	 }

/* Large text for special emphasis */
.bigtext {font-size:200%
         }

/* Since aling right and left are now deprecated by the W3C  */
/* here are two styles for pictures */

.picRight {
           float: right; padding-left: 10px;
          }
          
.picLeft {
           float: left; padding-right: 10px;
          }          
          