/* CSS Document */

.a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: green;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #85C226;
	background-color: #E77843;
}
a:link {
    color: black }
a:visited {
    color: black }
