A:ACTIVE {
	COLOR: #000;
	TEXT-DECORATION: none;
	font-weight: 600;
	
}
A:LINK {
	COLOR: #000;
	TEXT-DECORATION: none;
	font-weight: 600;
	
}
A:VISITED {
        COLOR: #000;
        TEXT-DECORATION: none;
        font-weight: 600;
        
}
A:HOVER {
	COLOR: #4E4938;
	font-weight: 600;
	text-decoration: underline;
	background: none;
}

a.staywhite {
	color: White;
	background: none;
}	

a.staywhite:hover {
	color: White;
	text-decoration: none;
	border-bottom: none;
}	

a.stayblack {
	color: Black;
	background: none;
	font-weight: bold;
}	

a.stayblack:hover {
	color: Black;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: none;
}	


a.eclectic{
	color: white;
	border-bottom: none;
	background: none;
}

a.eclectic:hover{
	color: #8C816F;
	border-bottom: none;
	background: none;
}


a.img {
	background: none;
}	

a.img:hover {
	border-bottom: none;
}	

a.main-menu {
	color: #00698C;
	text-decoration: none;
	background: none;
}	

a.main-menu:hover {
	color: #00698C;
	text-decoration: none;
	border-bottom: none;
}	