body {
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 0.9em;
}

h3 {
	font-size: 0.7em;
	text-align: justify;
}


strong {
	color: white;
	font-weight: bold;
	background-color: black;
}
a:link {
	color: 3f4c1d;
	font-weight: bold;
	text-decoration: none
}

a:visited {
	color: 3f4c1d;
	text-decoration: none
}

a:active {
	color: d5b753;
	font-weight: bold;
 	background-color: #000000;
}

a:hover {
	text-decoration: underline;
	color: d5b753;
	background-color: 3f4c1d;
}
p {
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-align: justify;
}

