body {
	background-color: #1F140E;
}

.style1 {font-size: 14px; color: #FFFFFF;}
.style2 {font-size: 16px; color: #FFFFFF;}
.style4 {color: #000000}
.style5 {
	color: #FFFFFF;
	font: bold;
}
.style6 {color: #FFFFFF; font: bold; font-size: 14px; }
body {
	background-color: #24170F;
}
.style7 {
	color: #77581E;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}