/* Officina tinctoria 080921 Bjorn Sortland */

* {
	margin: 0;
	border: 0;
	padding: 0;
	text-decoration: none;
	}

/* LSU installed by default on Win XP. LS is part of M Office (at least MO 2004 on Mac) */
body {
	font: small "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
	text-align: center;
	color: #333;
	background-color: #000;
	}
#wrapper {
	width: 800px;
	margin: 36px auto;
	border: 1px solid #999;
	}
h1 { display: none; }
p {
	position: relative;
	top: 2.5em;
	}
a:link, a:visited {
	color: #333;
	border-bottom: 1px dotted #333;
	}
a:hover, a:active {
	color: #475f14;
	border-bottom: 0;
	}