html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}


body {
	background-color: #e8c488;
}

table{
	background-color: #FAFAFA;
}

table.projecttable{
	font-size: 0.8em;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 2px 0px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 3px 0px;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 3px 0px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 1px 0px;
}

li {
	font-size: 0.8em;
	font-weight: normal;
	padding: 3px 10px;
}

p,pre {
	font-size: 0.8em;
	padding: 0 20px 15px 25px;
	margin: 0;
}

a:link {
	font-size: 0.9em;
	color: #795032;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-size: 0.9em;
	color: #795032;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 0.9em;
	color: #795032;
	font-weight: bold;
	text-decoration: underline;
}
