body {
	background-color: white;
}

header {
	text-align: center;
}

a.link:hover {
	text-decoration:   underline;
	color: red;
}

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