a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}
.current a, .current a:link, .current a:visited, .current a:hover, .current a:focus, .current a:active {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}


a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #017a20;
  text-decoration: underline;
}
a:focus {
  color: #017a20;
}
a:active {
  color: #004e2a;
}
#content a	{border-bottom:solid 1px #239f3e;}
