A.menu{
	background-color: inherit;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

A.menu:hover{
	text-decoration: underline;
}

A.link{
	background-color: inherit;
	color: #195F0D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A.link:hover{
	text-decoration: underline;
}

A.sublink{
	background-color: inherit;
	color: #0B4800;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

A.sublink:hover{
	background-color: inherit;
	color: #FFFFFF;
}



A.footer{
	background-color: inherit;
	color: #195F0D;
	font-size: 9px;
	text-decoration: none;
}

A.footer:hover{
	text-decoration: underline;
}
