/* CSS Document */
a:hover {
	color: #2e2e2e;
	font-weight: normal;
	text-decoration: none;
}
a {
	color: #77AD1C;
	font-weight: normal;
	text-decoration: none;
}

.link { color:#77AD1C;}
.linkover a:hover { color:#77AD1C;font-weight: normal;}
.linknormal a { color:#595959;font-weight: normal;}

.link3wnormal a { color:#737373;font-size: 9px;font-weight: normal;}
.linkgruen { color:#77AD1C;}

