body {
	background-color: black;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(images/bg.gif);
	margin: 0px;
	scrollbar-face-color: black; 
	scrollbar-shadow-color: black; 
	scrollbar-highlight-color: black; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: #2B2B2B; 
	scrollbar-arrow-color: #2B2B2B;
	font-family: arial, tahoma, verdana;
	color: white;
}

td {
	vertical-align: top;
	font-size: 12px;
}

img {
	border: none;
}

.footer {
	background-image: url(images/footer.jpg); 
	background-repeat: no-repeat; 
	height: 147px; 
	vertical-align: bottom;
	padding-left: 25px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 11px;
	color: #E7E7E7;
}

a {
	color: #C9E8FF;
	text-decoration: none;
}

a:hover {
	color: #6DC1FF;
	text-decoration: underline;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	color: #86CBFF;
}

.article {
	border-bottom: 1px dashed #343434;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.article span {
	display: block;
}

.article span.link {
	text-align: right;
}

.article span.author {
	color: #A5A5A5;
	margin-bottom: 5px;
}

.article span.title {
	font-size: 16px;
	color: #C9E8FF;
}

.article span.content {
	
}

.article h1 {
	font-size: 12px;
	margin: 4px 0px 0px 0px;
}

textarea {
	background-color: #202020;
	border: 1px solid #4B4B4B;
	color: white;
}

input {
	background-color: #202020;
	border: 1px solid #4B4B4B;
	color: white;
}

option {
	background-color: #202020;
	border: 1px solid #4B4B4B;
	color: white;
}

div.adbox {
	text-align: center;
}
