﻿a.one:link {	
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #073F2C;
	text-decoration: none;
}
a.one:visited {	
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #073F2C;
	text-decoration: none;
}
a.one:hover {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #87A533;
	text-decoration: underline;
}
a.two:link {	
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #87A533;
	text-decoration: none;
}
a.two:visited {	
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #87A533;
	text-decoration: none;	
}
a.two:hover {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #87A533;
	text-decoration: none;
}