/* Print stylesheet */ 

body, html {
  font: 12pt/1.5em "Arial", sans-serif;
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 140%;

}

a { /* only to be safe ... */
  background-color: inherit;
  color: blue;
  text-decoration: underline;
}

#footer a:after, #footer a:link:after, #content a:after, #content a:link:after  { 
  content: " (" attr(href) ")";
  font-style: italic;
}

acronym {
  /* remove dotted line since definition is given in parentheses*/
  text-decoration: none;
  border-bottom: none;
}

acronym:after  { 
  content: " (" attr(title) ")";
  font-style: italic;
}

#skip_nav {
  display:none;
}

#nav_main {
  display: none;
}

#searchform {
  display: none;
}

#breadcrumbs {
  display: none;
}

#footer {
  padding: 1em 0;
}
