body {
	background: black;
}

body, table {
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: white;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-decoration: none;
}
#content h1 {
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 16px 0 28px 0;
	text-decoration: none;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 36px 0 20px 0;
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 16px 0;
	text-decoration: underline;
}

p {
	margin: 5px 0 10px 0;
}

ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type:decimal;
}

#content a {
	color: white;
	text-decoration: none;
}

#content a:hover {
	color: FF0000;
	text-decoration: underline;
        font-size: 15px;
}

.menu {
	list-style: none;
	background: #222;
	display: block;
	width: 980px;
	height: 30px;
	margin: 10px 0 10px 0;
	font-size: 15px;
}

.menu li {
	float: left;
}

.menu a {
	color: white;
	text-decoration: none;
	width: 140px;
	height: 20px;
	display: block;
	background: transparent;
	padding: 5px;
	text-align: center;
	line-height: 20px;
}

.menu a:hover {
	text-decoration: none;
	background: #555;
        
}

.menu .active {
	background: #666;
}

#content {
	display: block;
	clear: left;
	width: 980px;
	margin: 10px 10px 0 0;	
	float: left;
}

#content #ctable {
	background: white;
	color: black;
	font-size: 15px;
}
#content #ctable th {
	font-weight: bold;
	background: #666;
	color: white;
}
#content #ctable td, #content #ctable th {
	padding: 5px;
}

#content #ctable td {
	border-bottom: dotted 1px #333;	
}

#content #ctable th {
	border-bottom: none;	
}

#content #ctable td table td {
	border: none;
	padding: 0;
	color: black;
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	font-size: 15px;
}

#content #ctable a {
	color: blue;
	text-decoration: none;
}
#content #ctable a:hover {
	text-decoration: underline;
	color: blue;
}

#container {
	margin: 0 auto;
	width: 980px;
	background: #111;
	padding: 10px;
}

#stream, #chat {
	float: left;
}
#ad_top {
	width: 728px;
}
#ad_bottom1 {
	width: 728px;
}
#ad_bottom2 {
	width: 300px;
}

#pagination {
	background: #222;
	border: none;
}
#pagination td {
	border: none;
	text-align: center;
}

#pagination a {
	color: white;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#pagination a:hover {
	background: #555;
	text-decoration: none;
}

#pagination .active {
	background: #666;
}

strong {
	font-weight: bold;
}

#adstatus, #adstatus2, #adstatus a, #adstatus2 a, #adstatus a:hover, #adstatus2 a:hover {
	color: #ff0000;
        font-size:22px;
        font-weight:bold;
}