/************* Print css ***************/

a:link, a:visited, a:hover, a:active
  {
  color: #000000;
  background-color: transparent; 
  text-decoration: none 
  }

body
  {
  font-family: sans-serif;
  font-size: 85%
  }

div.sheet
  {
  border-top-style:solid;
  border-bottom-style:solid;
  border-width:1px
  }
  
div.skip, div.menu
  {
  display: none
  }

h1
  {
  font-family: sans-serif;
  font-size: 175%
  }

h2
  {
  font-family: sans-serif;
  font-size: 145%
  }

h3
  {
  font-family: sans-serif;
  font-size: 120%
  }

/************** css end ****************/