/* CSS file for printed materials */
/*
Header and text sizes, margins, etc.
*/
h1, h2 {
margin-top: 1em;
margin-bottom: 1em;
}
h1 {
font-size: 16pt;
font-weight: bold;
text-decoration: underline;
}
h2 {
font-size: 14pt;
font-weight: bold;
font-style: italic;
}
h6 {
display: none;
}
body {
  margin: 1em;
  font-family: sans-serif;
  line-height: 1.2; //1.1;
  font-size: 12pt;
}
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline; // none;
	}
#container {
	min-height: 100%;
	margin-bottom: -36px;
}
#footer-spacer {
	height: 36px;
}
#footer{
	font-size: 10pt;
	text-align: center;
	height: 40px;
}
	
/* Make images 90% of the page width AT MOST */
img {
max-width: 70%;
}


/* Definition list, used on the markup page. Bold term, italic definition */
dt {
font-weight: bold;
}
dd {
font-style: italic;
margin-bottom: 1em;
}

