body {
	margin: 0;
	font: 12px/15px Georgia, serif;
	background-color: #FFF;
}

/*
	IDs
*/

#content {
	margin: 0.5em 1em 0.5em 1em;
}

/*
	Classes
*/

.highlight {
	color: #991A1E;
}

.copyright {
	font-size: 75%;
	text-align: center;
}

.logo {
	display: none;
}

/*
	Elements
*/

h1 {
	font-size: 170%;
	text-align: center;
	color: #991A1E;
}

h2 {
	font-size: 110%;
}

/*
	Links
*/

a {
	color: #991A1E;
	text-decoration: none;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}