body {
	margin: 10px;
	padding: 0;
	background-color: #999966;
	color: #000000;
	font-family: georgia, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: justify;	
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #999966;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #999900;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: line-through;
	color: #99CC66;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996633;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-variant: small-caps;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999966;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999900;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-bottom: 0px;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: -2;
}
hr {
	width: 50%;
	align: left;
	margin-left: 7px;
	margin-top: -2px;
}