/* print.css (Beg. CSS, p320)
5/1/07 Alpha
*/
Prostate Coalition of Michigan
/* Makes background white. Sets text to black and removes margins */

body {
	background-color:#FFFFFF;
	color:#000000;
	margin:0;
	padding:40px;
	font: normal 10pt/140% Verdana, Arial, sans-serif;
	}
	
	
/* hide unwanted areas */
#mainNav, #sidebar_a, side, #sidebar_b, #footer {
	display:none;
	}
	
#masthead {
	display:none;
	}
/* change headings */
h2, h3, h4 {
	font-family:Arial, Verdana, sans-serif;
	font-weight:normal;
	line-height:135%;
	color:#000000;
	}
h2 {
	font-size:14pt;
	}
h3 {
	font-size:12pt;
	}
h4 {
	font-size:10pt;
	}
h4 a:link, h4 a:visited {
	color:#000000;
	text-decoration:none;
	}
	
/* Make links black and remove underlines */
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	}
	
/* Show URLs only inside the article container */
#main a:after {
	content: " (" attr(href) ")";
	font-size:11pt;
	}
