/* Cascading Style Sheets */ 
/* (c) www.andreas.com 1998 */ 

body { /* Sets the background. */ 
	background-color: #ffffff ; /* Sets color if images turned off */ 
	}

H1 {color: #FF0000; font-size: 20px;  font-family: "verdana", "arial", "helvetica"; } 
	
H2 {
	color: #663300;
	font-family: "verdana", "arial", "helvetica"; /* comments */ 
   } 
	
H3 {
	color: #663300;
	font-style: italic ; 
	font-family: "verdana", "arial", "helvetica"; /* comments */ 
   } 

H4 {
	color: #663300;
	font-family: "verdana", "arial", "helvetica"; /* comments */ 
   } 


/* Controls the links. Removes underline from links and colors them. */
a:link {	text-decoration: none; 	color: ff3300; 	font-weight: bold; 	}
a:visited {	text-decoration: none;	color: 3333CC;	font-weight: bold; 	}
a:active {text-decoration: none }
a:hover {color: #33cc33;}
	
span.toc {   /* Controls table of contents (TOC) */
	font-size: 90%;
	font-weight: bold; 
	text-align: left; /* alignment left, right, center, justify */
	font-family: "times roman", "verdana", "arial", "helvetica"; /* fonts in quotes */
	   } 

p { /* Controls body text */
	font-size: 70%;
	font-family: "times roman", "verdana", "arial", "helvetica"; /* fonts in quotes */
} 
p.note { 	/* Controls notes (usually bylines) */
	font-size: 60%;
	font-style: italic; /* normal, italic */ 
   } 

span.navfoot { 	/* Controls footer with Navigation information */
	font-size: 80%;
	font-weight: bold; 
	text-align: right; 
	font-family: "times roman", "verdana", "arial", "helvetica"; /* fonts in quotes */
	} 

li { 			/* for lists */
	font-size: 70%;
	font-family: "verdana", "arial", "helvetica"; /* fonts in quotes */
   } 

td.cell {   /* for cells*/
	font-size: 70%;
	font-family: "verdana", "arial", "helvetica"; /* fonts in quotes */
   } 

/* End of file: Cascading Style Sheets */ 