@charset "UTF-8";
body {
	background-color: #999d72;
}
h1 {
	font-size: 30px;
	color: #7e2b27;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #7e2b27;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#tdSidebar a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 2px;
	padding: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-top-color: #566240;
	border-right-color: #566240;
	border-bottom-color: #566240;
	border-left-color: #566240;
	text-align: center;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 12px;
	background-color: #8a8e69;
}
#tdSidebar a:hover {
	color: #999d72;
	background-color: #000000;
	font-size: 12px;
}
