@charset "utf-8";
#centre {
	font-family: Arial, Helvetica, sans-serif;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8DC641;
}
.link {
	color: #8DC641;
}
#centre #rightbox {
	background-color: #050706;
	float: right;
	width: 40%;
	color: #FFFFFF;
	border: medium solid #8DC641;
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8CC540;
	font-weight: bold;
}

