body {
	background-color: #50A200;
	padding: 0px;
	margin: 0px;
}

.link {
	font-family: sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
}

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

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