/* Print styles */

/* Background white, Text black, Remove margins */
Body {
		background-color: #fff;
		color: #000;
		margin: 0;
		padding: 40px;
		font: normal 14pt/160% verdanna,arial,sans-serif;
		}
		
#container {
		border:0;
		}
		
		
/* Hide the following items */
#header,
#topnav, 
#chvtopnav,
#cmctopnav,
#contopnav,
#crwtopnav,
#erutopnav, 
#skipLink, 
img
{
		display:none;
		}
		
		
/* Tweak footers */
#footer,
#footer p,
#footer span
{
	font-family: arial, verdanna, sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:135%;
		color:#000;
		}
	
		
/* Tweak headings */
h1, h2, h3 {
		font-family: arial, verdanna, sans-serif;
		font-weight:normal;
		line-height:135%;
		color:#000;
		}
h1{
		font-size:22pt;
		} 
h2{
		font-size:18pt;
		}
h3{	
		font-size:16pt;
		}
		
		
/* Links black */
a:link, a:visited, a:active {
		color:#000;
		text-decoration:none;
		}
		
/* Show URLs only inside the article container */
	#content a:after {
		content: " (" attr(href) ")";
			font-size:60%;
			}

