/* CSS Document */
/* Holly Laiveling */
/* September 2008 */


		body {
			background-color:white;
			font-size: 12pt; 
			color: black;  
		}
		
		#header, #footer, #printbutton, #navigation
		 {  
		 display:none; 
		 } 

		a:link, a:visited    {
			 color: blue; 
			 font-weight: bold; 
			 text-decoration: underline;  
		}
		
		.print {
			margin:0;
		} 
		