body {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	padding: 0;
	margin: 0; 
}

body a {
	text-decoration: none;
	color: #0085DD;
}

body a:hover {
	text-decoration: underline;
}

.centered {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 560px;
	margin-top: -280px;
	margin-left: -200px; 
}

.bigtext {font-size: 18px}
.smalltext {font-size: 12px}