.navbar a:link {
	color: #FFFFFF;
	background: #95870D;
	text-decoration: none;
}
.navbar a:visited {
    color: #FFFFFF;
	background: #95870D;
	text-decoration: none;
}
.navbar a:hover {
	color: #95870D;	
	background: #FFFFFF;
	text-decoration: none;
}
.topnavbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topnavbar a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
.topnavbar a:hover {
	color: #FFFFFF;	
	text-decoration: underline overline;
}
.bottomnavbar a:link {
	color: #000000;
	text-decoration: none;
}
.bottomnavbar a:visited {
    color: #000000;
	text-decoration: none;
}
.bottomnavbar a:hover {
	color: #0000FF;	
	text-decoration: underline;
}