body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
}

div {
	width: 50%;
	margin: 100px auto;
}

p {
	margin-top: 20px;
	text-align: center;
}

a:link,
a:visited {
	color: #19524C;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}