p  { color: black; font-size: 12pt; line-height: 1em }
#topNav { display: none }
#midNav { display: none }
#bottomNav { display: none }
#midCol  { position: absolute; top:10px; left:10px; z-index: 2;}
#feet { display: none }
#head { display: none }
#content  { margin-top: 1em; position: absolute; top: 10px; left: 10px }
h1	{
	font-size:	24pt;
	}
	
h2	{
	font-size:	22pt;
	}
	
h3	{
	font-size:	20pt;
	}
	
h4 {
	font-size:	18pt;
	}
	
h5	{
	font-size:	14pt;
	}
	
h6	{
	font-size:	12pt;
	}		
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

