/* print styles */

body {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	border: none;
}

h1 {
	color: black;
	font-size: 12pt;
	font-weight: bold;
} 
h2 {
	color: black;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	background: none;
	color: #666;
}

#container {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	border: none;
}
	
#header-container, #nav, nav ul, nav ul li, img {
	display: none
}

#footer, #footer p {
	background-color: white;
	color: black;
	background-image: none;
	font-size: 9pt;
	font-weight: normal;
	border: none;
}