p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: 996633;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: 996633;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: 996633;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #996633;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 200px 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #996633;
	text-decoration: none;
}
.box {
	padding: 20px;
	width: 650px;
	border: 2px solid #333333;
	text-align: left;
}
.rightfloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	padding: 10px;
	float: right;
}
a:hover {
	color: #CC9933;
	text-decoration: none;
}
