/* 
   Kelli Wiseth
   CIS 112 WW
   Assignment 4 [Chapter 9 files] Text formatting for the snapper.html page
   style.css
   6-Dec-2009
*/

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