body {
	font-size: 12pt;
}

#content a:link:after, #content a:visited:after {
	content: " [" attr(href) "] ";
}

#container {
	margin: 1em;
	padding: 0;
	border: none;
}

#nav {
	display: none;
}

#header {
	border-bottom: 5px solid #CC0000;
}

#content {
	float: none;
	text-align: justify;
}

#content ul.references {
/*	text-align: left;*/
}


/* Hide the contact form, and display my email address instead */
form {
	display: none;
}

div#contact:after {
	content: " mramage@gmail.com "
}

