
a:link {
	color: #000;
	text-decoration:  none;
}

a:visited {
	color: #000;
	text-decoration:  none;
}

a:hover {
	color: #000;
	text-decoration:  none;
}

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


.dropdown-content a {
    color: #212121;
	text-shadow: 0px 0px 0px #aaa;
	}

.ham-content a:link {
	color: #fff;
	text-shadow: 0px 0px 0px #aaa;
	text-decoration:  none;
	}	

.ham-content a:visited {
	color: #fff;
	text-shadow: 0px 0px 0px #aaa;
	text-decoration:  none;
  	}
	
.ham-content a:hover {
	color: #000;
	background-color: #fff;
	}

.ham-content a:active {
	color: #000;
	background-color: #fff;
	}
	
