/* CSS-Angaben fuer die Druckerausgabe */
h1:before {
	content		: "Die Architektur der Java VM:";
	font-size	: small;
	margin-right	: 20px;
}
a {
	color		: black;
}
dd > pre {
	margin-left	: 0px;
}
body > div > a {
	display		: none;
}
body > div.figure {
	margin-left	: 0%;
	width		: 100%;
	page-break-before:always;	
}
body > dl > dd {
	margin-right	: 0%;
}
body > p {
	margin-left	: 0%;
	margin-right	: 0%;
}
p.here {
	display		: none;
}
h2 {
	display		: none;
}
h3 {
	page-break-after: avoid;
}
h4 {
	page-break-after: avoid;
}
h4.opcode {
	margin-left	: 0%;
	margin-right	: 0%;
	width		: 100%;
	page-break-before:always;
	font-weight	: bold;
}
h4.letter {
	display		: none;
}
p.footer {
	display		: none;
}
p.AtoZ {
	display		: none;
}
hr {
	display		: none;
}
table.opcodeindex {
	margin-left	: 0%;
	margin-right	: 0%;
	width		: 100%;
	font-size	: x-small;
	border-spacing	: 0px;
}

table.opcode {
	margin-left	: 0%;
	margin-right	: 0%;
	width		: 100%;
}
