body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html {
 overflow-y: scroll;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:2em;
	color:#e90000;
	margin: 10px 0;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:120.1%;
	color:#e90000;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	/*font-weight:bold; */
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:20px;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc;
}

p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a {
	color:#e90000;
}

