body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11pt;
}

/*** heading font sizes ***/
h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4, h5, h6 {font-size: 12pt;}

code, pre { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }

/*** hide irrelevant elements for print ***/
a.button, #navigation, #sidenavi, #pathnavi, #membermenue, #box, #attachment, #langnavi { display: none}

/*** external links - show url ***/
a[target=_blank]:after {
	content: " (" attr(href) ")";
	color: gray;
}

/*** internal links - do not show content ***/
a[href^="/"]:after { content: ""; }


/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 

/*** copy right font size ***/
#copyright { margin-top: 50px; font-size: 8pt; }