/* links */

:link,
:visited {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

/* layout formatting */

body {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	padding: 0 1in;
}
div#left,
div#right {
	display: none;
}
div#main {
	border: 2pt dotted #888;
	border-left: 0;
	border-right: 0;
	font-family: serif;
}
div#copyright {
	margin: 1em 0;
}
