body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: Green;
	font-size: 9px;
	background-color: #E5FDE5;
	margin:6px;
}

.hide-font{
	color: #E5FDE5;
	font-size:1px;
}



html 	{
	height:100%;
	scrollbar-base-color:#C0FFC0; 
	scrollbar-arrow-color:#00FF00;
}

a:link, a:active, a:visited {
	font-size: 9px; 
	color: Red; 
	font-family: verdana, Arial, Geneva, Helvetica, sans-serif; 
	text-decoration: underline; 
	font-weight: bold;
}

a:hover {
	font-size: 9px;
	color: #236024;
	font-family: verdana, Arial, Geneva, Helvetica, sans-serif
}

.post-body {
    background-color: #CADCC9;
}