body {
	background: #000000;
	color: #CCCCCC;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link,a:visited {
	color: #FF8C00;
	text-decoration: none;
}
a:hover {
	color: #F7EF4A;
	text-decoration: none;
	text-transform: none;
}
a:active {
	color: #8b0000;
}
h1   {
	font-size: 26px;
	color: #bf0000;
	text-align: left;
	font-weight: 900;
}
h2   {	
	font-size: 24px;
	color: #bf0000;
	text-align: left;
	font-weight: 900;
}
h3   {
	font-size: 22px;
	color: #bf0000;
	text-align: left;
	font-weight: 900;
}
h4   {
	font-size: 20px;
	color: #bf0000;
	text-align: left;
	font-weight: 900;
}
h5   {
	font-size: 14px;
	color: #bf0000;
	text-align: left;
	font-weight: 700;
}
h6  {
	font-size: 12px;
	color: #bf0000;
	text-align: left;
	font-weight: 700;
}
table {
	width: 75%;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
th {
	background: #bf0000;
	color: #cccccc;
	height: auto;
	font-weight: 900;
}
tr:nth-child(even) {
	background: #000000;
	color: #cccccc;
}
tr:nth-child(odd) {
	background: #8b0000;
	color: #000000;
}
iframe {border:none}