

html, body {
	width: 100%;
	height: 100%;
	background-color: #0e0301;	}

body, table, tr, td, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;
	color: #896831;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	
	background-color: #0e0301;
	}

#season {
margin-top: 20px;

}


a:link {
	color: #D3AE58;
	text-decoration: none; }

a:visited {
	color: #D3AE58;
	text-decoration: none; }

a:hover {
	color: #AE8B48;
	text-decoration: none; }

a:active {
	color: #AE8B48;
	text-decoration: none; }




.nav {
	color: #D2AE5F;
	font-size: 16px; }	

.nav a:link {
	color: #D3AE58;
	text-decoration: none; }

.nav a:visited {
	color: #D3AE58;
	text-decoration: none; }

.nav a:hover {
	color: #AE8B48;
	text-decoration: none; }

.nav a:active {
	color: #AE8B48;
	text-decoration: none; }


	.nav2 {
		color: #D2AE5F;
		font-size: 12px; }

.paratext {
	font-size:   12px;
	line-height: 15px; }

.paracaps {
	font-size:   12px;
	line-height: 15px;
	text-transform: uppercase; }

.paracapsdark {
	font-size:   12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #D2AE5F; }
	

