				
			
		body
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-image: URL("grad-tan.jpg") ; 
background-repeat: repeat-x}								
		p { font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			color: #000; }  /* Padding is to avoid use of break tags below grafs */
			
		a:link { text-decoration: none;
			color: blue; }
			
		a:visited {text-decoration: none;
			color: #993333; }
			
		a:hover { text-decoration: underline; color: blue; }		
								
		ol { font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			color: #000; }
											
		ul { font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000; }
	
		li { margin: .5em 0; }
							
														
		h1 { font-family: Verdana, Arial, sans-serif; 
			font-size: 18pt;
			border-bottom: 1px solid silver;
			color: #933;
			letter-spacing: 1px;
			font-weight: bold; }  /* Like H2, but red. font used in Pure CSS menus, I changed letter spacing from 2px to 1px */
	
		h2 { font-family: Verdana, Arial, sans-serif; 
			font-size: 18pt;
			border-bottom: 1px solid silver;
			color: #557;
			letter-spacing: 1px;
			font-weight: bold; }  /* font used in Pure CSS menus, I changed letter spacing from 2px to 1px */
				
		h3 { font-family: Verdana, Arial, sans-serif;
			font-size: 14pt;
			color: #069;   
			font-weight: bold; }	/*Teal head; will I use?*/
							
		h4 { font-family: Verdana, Arial, sans-serif;
			font-size: 14pt;
			color: #557; 
			font-weight: bold; }  /*Grayish blue, like H2, 14 pt */	
			
		h5 { font-family: Verdana, Arial, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: #069;
			padding: 0 0 0 0; }  /* Teal, 11 pt, with space around*/
			
			.image { border: 5px;
				float: right;
				padding-left: 5px; }   /* Border did not appear in file I used this class in. */
							
								
		.leadin { font-family: Verdana, Arial, sans-serif;  
				font-weight: bold;
				font-size: 16pt;
				color: #9CC; } /* This should be light blue, size 3, as in eclipps*/
				
		.subhead { font-family: Verdana, Arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				color: #000;
				padding: 0; } /* This is 10 pt, black subhead */
		
		.subhead-b { font-family: Verdana, Arial, sans-serif;
				font-size: 11pt;
				font-weight: bold;
				color: #000;
				padding: 0; } /* This is an 11-pt, black subhead */
				
		.subhead-t { font-family: Verdana, Arial, sans-serif;
				font-size: 11pt;
				font-weight: bold;
				color: #069;
				padding: 0; } /* This is 11-pt, teal subhead; same color as banner */	
				
		.indent { margin-left: 25px; } 		
				
				
		.inicap { font-family: Verdana, Arial, sans-serif;
				font-size: 15pt;
				font-weight: bold;
				color: #993333; }		
				
		.eightpt { font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: #000; }			
				
		.ref { font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: black; }
				
		.refblue { font-family: Verdana, Arial, sans-serif;
				font-size: 8pt;
				color: navy; }	
						
												
		#hr { border-bottom: 1px solid silver; }   /* this yields the same line that is in Hs */
				
		/* #footer { font-family: "Times New Roman", Times, serif ;
				font-size: 9pt;
				color: #000;
				padding: 1em; } */  /* Need to align it center when I call it */
				
		#footer {font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 7pt;
				color: #000;
				Padding: 1em; }
				
		
				
		

