/* NAVBAR */


a.navbar:link {
	text-decoration: none;
	color: #848484;
}

a.navbar:visited {
	text-decoration: none;
	color: #848484;
}

a.navbar:hover {
	text-decoration: none;
	color: #8F8D4C;
	background-color: #FEFFE3;
}

a.navbar:active {
	text-decoration: none;
	color: #000;
	background-color: #FEFFE3;
}


/* BODY */

a:link {
	color: #8F8D4C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8F8D4C;
}
a:hover {
	text-decoration: none;
	color: #8F8D4C;
	background-color: #FEFFE3;

}
a:active {
	text-decoration: none;
	color: #000;
	background-color: #FEFFE3;
}


/* NOHOVER */

a.nohover:link {
	text-decoration: none;
	color: #727272;
}
a.nohover:visited {
	text-decoration: none;
	color: #727272;
}
a.nohover:hover {
	text-decoration: none;
	background-color: #fff;
	color: #727272;

}
a.nohover:active {
	text-decoration: none;
	background-color: #fff;
	color: #727272;

}
