/* RESET STYLES
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   (Stripped out the deprecated/unsupported tags)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, 
code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*Edit below as necessary for new sites*/
/*Additional resets by Abby Langner*/
ol,ul{	margin-left: 36px;	}

h1{font-size: 200%;}
h2{font-size: 175%;}
h3{font-size: 150%;}
h4{font-size: 125%;}
h5{font-size: 100%;}
h6{font-size: 75%; }

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin: 12px 0px 6px 0px;
}