body {
	background-color: #D2B14C;
}

.link {
	font-family: sans-serif;
	font-size: 16px;
	color: #523E01;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.link a {
	color: #523E01;
	text-decoration: underline;
}

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

