/* base for every style sheet herein */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
 margin: 0; padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000;
}
body {
	text-align: center; /*centers everything */
	background-color: #FFFFFF;
}

h1 { color: #669966; }

