/*  print.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

html {
	font-family: Times, serif;	 
/* APL wiki adaptions */
	font-size: 10pt;
	font-weight: normal;
/* end APL wiki adaptions */
}

body {
  /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
	margin: 1.5cm;
}

a, a:visited, a.nonexistent, a.badinterwiki {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.info a {
    color: gray;
}

pre {
	/* APL wiki adaptions */
	font-family: 'APL385 Unicode', 'APLX Upright', 'Courier APL2 Unicode', SImPL, 'SiMPL medium', 'Courier New', Courier, monospace;
	font-weight: bold;		
	color: black;ba
	background-color: #f3f3f3;
   /* end APL wiki adaptions */
	font-size: 10pt;	
}

a.interwiki:before, a.badinterwiki:before {
	content: attr(title) ":";
}

a.interwiki img, a.badinterwiki img {
	display: none;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid gray;
}

/* user interface styles */

#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
	display: none;
}

/* APL wiki adaptions */
div.table-of-contents {
	border: 1pt solid silver;
	padding: 8pt;
}

div.table-of-contents a {
	text-decoration: none;
}

div.table-of-contents * {
	font-size: 8pt;
}
/* end APL wiki adaptions */

h1 {font-size: 13pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
h4 {font-size: 10pt;}
h5 {font-size: 9pt;}

h1 > a {display: : none;}
h2 > a {display: : none;}
h3 > a {display: : none;}
h4 > a {display: : none;}
h5 > a {display: : none;}