/* CSS Document */
/*
	Plentitube print stylesheet
*/

/* type */
body {
	color: #000;
	font: normal 10pt Arial, Helvetica, sans-serif;
}
h1, p#logo, h2, h3, h4, h5, h6 { font-weight: norma; }
h1, p#logo { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 120% }
h4 { font-size: 110%; }
h5, h6 { font-size: 100%; }

/* links */
a {
	color: #000;
	text-decoration: none;
}

/* elements to hide */
#navHead, #pageHead #nav, #pageHead #action, #pageFoot ul {
	display: none;
}

/* footer */
#pageFoot p {
	color: #666;
	font-size: 8pt;
	margin-top: 20pt;
	text-align: right;
}