/* 
   Kelli Wiseth
   CIS 112 WW
   Assignment 3 [Chapters 6 and 7] just want to dress up the pages a bit
   style.css
   30-November-2009
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px;
	font-size: 12px; 	
	background-color: #eeeeee;
	}
	
p {
	font-size: 12px; 
	
	}

h1 {		
	font-size: 24px; 
	font-weight: bolder;
	color: #000000;
	border-bottom:1px dashed #082984;
	
}

h2 {
	color: #000000;
	font-size: 18px; 
	
}

	

