body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.70em;
}
        	
h1 { font-size:125%; color:#000 }
h2 { font-size:112% }
h3 { font-size:100% }
        	
a:link { color:#000 }
a:visited { color:#000 }
a img { border:none; text-decoration:none }

/* Layout */
div#header,
div#header-continued,
div#logo,
div#leftcol {
	display: none;
}
div#rightcol {
	position:relative;
	top:0px;
	margin:0 auto;
	width:475px;
	line-height:150%;
}
