﻿
html
{
	background-color: transparent ;
	color: black ;
	font-size: medium ;
}

a:link, a:visited
{
	color: black ;
	text-decoration: underline;
}

#body a.permalink:link, #body a.permalink:visited
{
	color: black ;
	text-decoration: none ;
}

#body a:link:after, #body a:visited:after 
{
   content: " ( " attr(href) " )";
   font-size: 90% ;
}

/* do not append URL to main title and do not display permalink icon */
#body h1 a:link:after, #body h1 a:visited:after
{
	content: none ;
}

#body h1 a.permalink:before
{
	content: none ;
}

#body h1 a.permalink:after
{
	content: none ;
}

div#masthead
{
	display: none ;
} 

div#leftcol
{
	display: none ;
}

div#footer
{
	display: none ;
}

div#container
{
	margin: 0 ;
	padding: 0 ;
	width: 100% ;

	position: relative ;
	left: 0 ;
	top: 0 ;

	color: black ;
	background-color: white  ;
	background: none ;
}

#leftcol 
{
	display: none ;
}

#body 
{
	margin: 0 ;
	padding: 0 ;
	width: 100% ;

	position: absolute ;
	left: 0 ;
	top: 0 ;
	
	color: black ;
	background-color: white  ;
	background: none ;
}


h1, h2, h3, h4, h5, h6
{
	page-break-after: avoid ;
}

p
{
	widows: 2 ;
	orphans: 2 ;
}

abbr[title]:after
{
	content: " ( " attr(title) "  )";
}




