body { background: white; } 

div#sidebar { display: none; }
div.cut { display:none; }
div#content address { display: none; }
div.links { display:none; }

div#title h1 {
	font-family:		Helvetica, Arial, sans-serif;
	font-weight:		bold;
	font-size:		24pt;
	text-align:		right;
	border:			solid black 3px;
	border-width:		0 0 3px 0;
	margin:			0 0 14px 0;
    }

div#content    h2 {
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	margin: 0 0 0 0;
    }
