BODY {	
	margin-top:20px;
	margin-left:10px;
	margin-right: 10px;
	background-color: #8BA87E;
}

A {
	text-decoration: none;
	color: #EFF6EB;
	font-weight : bold;
		font-size: 13px;
		font: small-caps;

}

A:Hover {text-decoration: none;
	color: #FFFFFF;
	font-weight : bold;
		font-size: 13px;

}
A:active {
	color: #CCCCCC;

}

.text {
	color :#D5E9CC;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;

} 


