body {
	margin: 0;
	padding: 0;
	background: #d3d3d3;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #666;
}

a, a:link, a:visited {
	text-decoration: none;
}

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

#body {
	margin-top: 50px;
	text-align: center;
}

.onsite {
	color: #666;
}

.offsite {
	color: #8B1A1A;
}