
body {
	font-family: verdana, arial;
	font-size: 14pt;
	background: #000000 url(bg.png) repeat-x fixed;
	margin: 0;

}
			
td {
	font-family: verdana;
	font-size: 10pt;
	color: white;
}

h1 {
	font-family: verdana;
	font-size: 15pt;
	display: inline;
}

h1.header {
	font-size: 22px;
	display:inherit;
	color: #8a0009;
	text-align: center;
	border: 2px solid #8a0009;
	background-color: black;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 3px 3px 5px #8a0009;
	-webkit-box-shadow: 3px 3px 5px #8a0009;
	-moz-box-shadow: 3px 3px 5px #8a0009;
}

.subhead {
	font-size: 12px;
	color: silver;
	text-align: justify;
	text-align: center;
	background-color: black;
	padding: 3px;
	border: 2px solid #8a0009;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 3px 3px 5px #8a0009;
	-webkit-box-shadow: 3px 3px 5px #8a0009;
	-moz-box-shadow: 3px 3px 5px #8a0009;
}

.pagination {
	font-family: verdana;
	font-weight: bold;
	font-size: 18pt;
	text-align: -webkit-center;
}

a:link {
	color: #985357;
}

a:visited {
	color: #985357;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

#content {
	position: relative;
	width: 850px;
	margin: 0 auto;
	border: 1px solid #8a0009;
	background-color: #202020;
	padding: 12px;
}


td {
	border: 1px solid #8a0009;
	background: black;
	padding: 15px;
}



.description {
	color: #909090; 
	font-family: verdana; 
	font-size: 10px;
	text-align: left;
}


