body {
	background-color: #000000;
}

h1, h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

h3, h4, h5, h6 {
	color: #523F30;
}

a {
	color: #FFF;
	text-decoration: none;
}
#backround {
	background-color: #000;
	color: #DFD6CF;
}
#tdtopbar {
	color: #FFF;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	text-decoration: none;
	background-color: #000;
}
a:hover {
	background-color: #7A7A7A;
	display: block;
}
p {
	background-color: #DFD6CF;
}


.divsmallprint {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	display: block;
	border-top-style: solid;
}
