/*a {
	background-color: rgb(0,110,167);
	color: white;
	height: 5em;
	font-size: 2em;
}
a:hover {
	color: greenyellow;
}


a {
	background-color: rgb(0,110,167);
	color: white;
}
a:hover {
	color: greenyellow;
}*/