@charset "UTF-8";
header {background: lightgray}
nav a {
	text-decoration: none;
	color: black
}
nav ul {
list-style: none; text-decoration: none; color: black; padding: 30px"}

nav a:hover {
	color: magenta}
	
footer a {
	text-decoration: none;
	color: gainsboro}
	
footer a:hover {
	color: white}