
A:link {
	text-decoration: none;
	color: #2b6121;
	text-decoration: underline;
}
A:visited {
	color:#2b6121;
	text-decoration: underline;
}
A:active {text-decoration: normal;}
A:hover {
	color:#ff0000;
	text-decoration: none;
}

body, textarea {
	background-color:#A5C36B;
	color: #2b6121;
	font-family:"Verdana","Andale Mono",Arial,sans-serif;
	font-size:8pt;
	font-weight : normal;
	scrollbar-base-color:#A5C36B;
	scrollbar-3dlight-color:#c7ebb8;
	scrollbar-arrow-color:red;
	scrollbar-darkshadow-color:gray;
	scrollbar-face-color:#A5C36B;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:#f1f1ce;
	scrollbar-track-color:#A5C36B;
}
table{
	font-size:8pt;
	font-weight: normal;
}
h{font-family:"Verdana","Andale Mono",Arial,sans-serif;
	
}

hr{
	 color:#2b6121;
}