/**
 *	Peterned print CSS
 *	-------------------------
 */

	* {
		font-family:verdana,arial,tahoma,helvetica;
		font-size:12pt;	
	}

.skip, div.external, div#related h2, p img {
	display:none;
}

div.section {
	page-break-inside:avoid;
}

h1 { font-size:130%; }
h2 { font-size:120%; }
h3 { font-size:110%; }
	
	h1,h2,h3 {
		clear:both;
	}

	h1, div#content h2 {
		border-bottom:1px solid black;
	}

	h2 em {
		float:right;
		font-size:12pt;
		font-weight:normal;
	}

p {
	text-align:justify;
}

ul {
	list-style:none;
	display:block;
}

ul li {
	float:left;
	margin-right:1em;
}

code {
	white-space:pre;
}