/* @override http://depts.washington.edu/psworks/integrative/css/styles.css */

body {
	font-size: 62.5%;
	border: 0px;
	width: 100%;
	margin: 0;
	background-color: #668354;
}

p,ul,ol,blockquote {
	color: #26496e;
	font: 1.1em/1.2em Verdana;
}

h1 {
	color: #395578;
	font: 1.2em Verdana;
}

h2 {
	color: #26496e;
	font: bold 1.2em Verdana;
}

h3 {
	color: #000;
	font: 2.2em Arial, Helvetica, sans-serif;
	}

h4 {
	color: #000;
	font: 2em Arial, Helvetica, sans-serif;
	}


a:link, a:visited {
	color: #000066;
	text-decoration: underline;
	}
	
a:hover {
	color: #536e45;
	text-decoration: underline;
	}

html {
	background: #668354 url(../images/htmlBak.png) repeat-x;
	margin: 0;
	padding: 0;
}

.hider {
	display: none;
}
	

	


