/* -- HTML and Body Information-- */
html { 
	margin:0px;
	padding:0px;
}

body {
	font-family: Trebuchet MS, Arial, serif;
	font-size:.8em;
	color:#4d5a12;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-weight:normal;
}


/* Typography and Links */

p { 
	margin-top: 6px;
	margin-bottom:8px;
}


h1 {
	color:#066175;
	font-size: 22;
	font-weight: strong;
	letter-spacing:1px;
	margin-bottom:0;
	margin-top:14;
}

h2 {
	color:#066175;
	font-size: 18px;
	font-weight: strong;
	margin-bottom:0;
	margin-top:12px;
}

h3 {
	color:#066175;
	font-size: 14;
	font-weight: strong;
	margin-top:12px;
	margin-bottom:0;
}


h4, h5 { 
	margin-top:12px;
	margin-bottom:0;

}

a:link {
	color:#914305;
	font-size: 0.7em;
	text-decoration: none;
}
a:visited {
	color:#914305;
	font-size: 0.7em;
	text-decoration: none;
}

a:hover {
	color:#066175;
	font-size: 0.8em;
	text-decoration: underline;
	font-weight:normal;

}
a:active {
	color:#914305;
	font-size: 0.7em;
	text-decoration: none;
	font-weight:normal;
}
