/* 
rheaprint.css

Rhea-specific print styles

Gets rid of clutter on printouts of pages

2009-06-07 Zach Mason

*/

body {
	font-size: 10pt;
}

#header h1 {
	font-size: 14pt;
}

.printfooter {
	margin-top: 15px;
	font-size: 10px;
	width: 100%;
	border-top: 1px solid black;
	padding-top: 10px;
}

.catlinks {
	font-size: 10px;
}

.smallprint {
	font-size: 10px;
}

/* in rhea.php, add the class "noprint" to elements you don't want showing up in printouts */