

body {

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .8em;
	line-height: 1.5em;
	color: #333333;
	padding-left: 20px;
	text-align: justify;
	margin: 10px;
	background-color: #99AE87;
}
p {
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
ul {

	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	list-style-type: disc;
}

a.main:link {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
a.main:visited {
	color: #99AE87;
	text-decoration: none;
	font-weight: bold;
}
a.main:hover {
	color: #000000;
}

a.body:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.body:visited {
	color: #99AE87;
	text-decoration: none;
	font-weight: bold;
}
a.body:hover {
	color: #000000;
}
