/* CSS Document */

body {
	background: #dce6dc;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #066;
	text-align: center;
	font-size: 62.5%;
}

p {
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 1em;
	text-transform: uppercase;
}

p a, p a:visited {
	color: #066;
	text-decoration: none;
}

p a:hover, p a:visited:hover {
	color: #000;
	text-decoration: underline;
}