@import url("Temp-layout.css");
@import url("Temp-color.css");
@import url("Temp-type.css");
@import url("Temp-navMain.css");



<!--Zero out browser formatting-->

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote{
	padding: 0;
	margin: 0;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	margin-top: 5px;
	font-size: 2.5em;
	/*color:#FF0000;*/
}



