html, body {
  	font-size:10pt;
  	background:#9f9f9f;
	color: #382d2d;
}
* {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
}
input, textarea {
  background-color: #fff;
  border: 1px solid #666; 
}

a {
  background:inherit;
  color:#333;
  text-decoration: none;
}
a:visited {
  background:inherit;
 /* color:#34345C; */
   color:#333;

}
a:hover {
  color:#aaa;
  background:inherit;
}
a.quotelink {
  background:inherit;
  color:#aaa;
}
.logo {
	position: relative;
  clear:both;
  text-align:center;
  background:inherit;
  font-size:24pt;
  color:#382d2d;
  width:100%;
  	text-shadow: #fff 0px 1px 1px;
  	font-weight: strong;

}
.postarea {
  background:inherit;
}
.postblock {
  background: #787878;
  border: 1px solid #666;
  color: black;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}
.footer {
  text-align:center;
  font-size:12px;
}
.unkfunc {
	background:inert;
	color:#382d2d;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	color:#382d2d;
	font-weight:800;
}
.postername {
  background:inherit;
  font-size:11pt;
  color:#333;
  font-weight: bold;
}
.postertrip {
	background:inherit;
	color:#333;
}
.oldpost {
  background:inherit;
  color:#0F0C5D;
  font-weight:800;
}
.omittedposts {
  background:inherit;
  color:#070707;
}
.reply {
	background:#787878;
	color:#000000;
	border:1px solid #666; 
}
.replyhl {
	background:#D6BAD0;
	color:#000000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
  color:#0F0C5D;
  font-weight:800;
}
.commentpostername {
  background:inherit;
  font-size:11pt;
  color:#333;
  font-weight: bold;
}
a.quotejs {
  color:#000000;
	text-decoration: none;
}
a.quotejs:hover {
  font-weight:bold;
}
a.adminbar {
	color: #382d2d;
}
.adminbar {
  text-align: right;
}