
body { 
	background-color: #00531F; 
	font-size: 10pt; font-family: VArial, sans-serif; 
}

.buttonscontainer {
	width: 200px;
}

.buttons a {
	color: #EAE6C9;
	background-color: #00531F;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #EAE6CA;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;}

.buttons a:hover {
	background-color: #97BF9A;
	color: #005A34;
	text-decoration: none;
}

a {	
	color: #62B9B7;	
}
