A:link    {color:#ffffff; text-decoration: none; background-color:#33CC00; } 
A:visited {color:#ffffff; text-decoration: none; background-color:#33CC00; }   
A:hover   {color:#33CC00; text-decoration: none; background-color:#ffffff; } 

* {
	margin: 0;
	padding: 0;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	margin: 0 0 4px 0;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
    line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 8px 25px 4px 3px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	padding: 2px 0px;
}
.main_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #33CC00;
	text-decoration: none;

}
