/* 
 Super-basic reset style sheet
  
 by Peter Hoelter for Web Design 1/2/3
 Chemeketa Community College
 30 Jan 2012
 Rev 2.1

*/

body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, table, tr, th, td, form, hr { 
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	}

img {
	border: 0;
	}

ul, ol, li {
	list-style-type: none;
	}