/***************************************************
*****
*****		bugcountPrint.css
*****		03 February 2006
*****		Copyright Kevin Browne, Workpump 2005-2006
*****
*****		THIS FILE CONTROLS ALL PRINT STYLING
*****		FOR THE BUG COUNT ALSO RISES
*****
***************************************************/

* {
	margin: 0;
	padding: 0;
}

#header {
	margin: 0.25in;
	width: auto;
}

#content {
	border-top: 5px solid black;
	margin: 0.75in 0.25in 0.25in 0.25in;
	padding-top: 0.5in;
	width: auto;
}

a {
	text-decoration: none;
}

img {
	display: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0.25in 0;
	text-align: justify;
}

p.lead:first-letter {
	font-size: 250%;
}