/***********************/
/* N A V I G A T I O N */
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	color: #86CB01;
	text-decoration: none;
	}
	
#navigation a:hover {
	text-decoration: none;
	background-color: #D7F898;
	width: 100%;
	height: 100%;
	}

/*****************/
/* C E N T R A L */
#central a:link, #central a:visited, #central a:hover, #central a:active {
	color: #86CB01;
	text-decoration: none;
	}
	
#central a:hover {
	text-decoration: underline;
	}