BODY {
	color: black;
        bgcolor: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.85em;
        background: white url(bkg2.png) 0 0 no-repeat fixed;
}

a:link { color: #5d478b; text-decoration: none; }
a:visited { color: #5d478b; text-decoration: none; }
a:hover { color: #8b7b8b; text-decoration: underline; }
a:active { color: #8b7b8b; text-decoration: underline; }

PRE {
	padding: 0.5em;
	font-family: Lucida Console, Courier;
	color: #000000;
	font-size: 0.92em;
}

TT {
	padding: 0.5em;
	font-family: Lucida Console, Courier;
	color: #000000;
	font-size: 0.92em;
}

