body {
	margin: 0 auto;
	background-color: #5C0C0C;
	background-image: url(images/wood089.jpg);
	background-repeat: repeat;
}
A:hover {
	background-color:#F4D25E;
	font-family: "Times New Roman", Times, serif;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #771212;
	text-decoration: none;
	font-weight: normal;

}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
#centerdiv {
	position:absolute;
	top: 5px;
	left: 50%;
	width:800px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}
div.xsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
}
div.xxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
}
div.xxsmall a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #771212;
	font-weight: normal;
	text-decoration: underline;

}


div.xsmall a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #771212;
	font-weight: normal;
	text-decoration: underline;

}
div.xsmall A:hover {
	background-color:#F4D25E;
}
