body {
	background-color: #590000;
}
.style1 {
	font-family: "ZapfChan MdIt BT";
	font-size: xx-large;
	color: #D99703;
}
.style2 {
	color: #D99703;
	font-family: "Copperplate Gothic Light";
	font-size: small;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEC561;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C4A0F;
}
a:hover {
	text-decoration: underline;
	color: #7C4A0F;
}
a:active {
	text-decoration: none;
}

