body {
	background: #EFEFEF;
	color: #303030;
	font: bold 12px sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #696969;
}
a:active {
	text-decoration: underline;
}
a:visited {
	display: inline;
	color: #708090;
}
a:hover {
	text-decoration: underline;
} 
.a {
	background: #3F3F3F url(images/bg2.gif);
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #606060;
	color: White;
}
.a a {
	color: White;
}
.post{
	border: 1px solid #606060;
	text-align: left;
	padding: 2px 5px 2px 5px;
	margin: 2px 0px 2px 0px;
	background: url(images/bg.gif);
}
a.post{
	background: #90EE90;
	border: 2px solid #4B0082;
	font: 10px System;
	color: Green;
	margin: 2px 2px;
}
.cmt{
	border: 1px solid #606060;
	padding: 1px 10px 1px 10px;
	background: url(images/bg.gif);
	margin: 2px 0px 2px 0px;
}
.red{
	color: Red;
}
.blue{
	color: Blue;
}
.green{
	color: Green;
}
.body 
{
	width: 80%;
}
.b{
	color: #606060;
	font: 20px sans-serif;
	text-align: center;
	display: block;
}
.b a{
	font: bold 14px sans-serif;
}
.sub_b {
   font: bold 14px sans-serif;
}
.center{
	text-align: center;
}
input, textarea {
	background: #F5F6F6;
	font: bold 12px sans-serif;
}