body {
	background-color: #EDEDDE;
	font-family: Courier;
	font-size: 0.8em;
}

em {
	color: #36352b;

}

b {
	color: #5C5D45;
}

h1 {
	margin-left: 0%;
	margin-right: 20%;
	color: #ffffff;
	font: 2em Courier;
	margin-top: 10px;
}

h2 {
	margin-left: 10%;
	color: #990000;
	font-weight: lighter;
	font-size: 0.8em;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 0.1em;
}

h3 {
	margin-left: 10%;
	color: #990000;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	letter-spacing: 0.1em;
}

li {
	list-style-position: outside;
	display: list-item;
	color: #5C5D45;
	font-size: 0.8em;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 10%;
}

ul {
	list-style: url(ul.gif);
	
}

ol {
	list-style-type: decimal;
}

p {
	margin-left: 10%;
	margin-right: 10%;
	color: #5C5D45;
	font-size: 0.8em;
	line-height: 140%;
	text-align: justify;
}


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

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

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}