body {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
h1 {
	font-size:12px;
	font-weight: bold;
	color: #E0B430;
}
h2 {
	font-size:12px;
	font-weight: bold;
	color: #AA5F27;
}
h3 {
	font-size:12px;
	font-weight: bold;
	color: #E8782F;
}
p {
	text-align: justify;
}

a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #D2AE27;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}

