/* 
	Print CSS
	
	Removes navigation so you can pretty print the content
*/

#wrap, #right-sidebar, #footerbar {
	display:none;
}

/* Fonts in percentages to ease scaling */
p {
  margin: 0 0 10px 10px;
  padding: 0;
  color: #000;
  font-size: 12pt;
  line-height: 140%;
}
h1 {
  font-size: 24pt;
  font-weight: bold;
}
h2 {
  font-size: 18pt;
  font-weight: bold;
}
h3 {
  font-size: 16pt;
  font-weight: bold;
}
h4 {
  margin-left: 10px;
  font-size: 14pt;
  font-weight: bold;
}
