body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #F2F0EC;
	color: #957E47;
}

p {
	font-size: 0.8em;
	text-align: justify;
	padding: 0pt 8pt;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #313A66;
	color: #C9CACE;
	text-align: left;
	padding: 4pt 8pt;
}

h2 {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #727275;
	color: #C7C8CE;
	text-align: left;
	padding: 2pt 8pt;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #E6E2DA;
	color: #957E47;
	text-align: left;
	padding: 2pt 8pt;
}

strong {
	font-weight: bold;
}

a:link {
	color: #313A66;
	text-decoration: none;
}

a:visited {
	color: #727275;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	background-color: #E6E2DA;
	text-decoration: underline;
}
