/*********************************************************************************/
/** Print Styles
/*********************************************************************************/

body {
  background:white;
  font-size:9pt;
  font-family:"Times New Roman", Times, serif;
  line-height:1.5; /* Unitless is important here */
  color:#000; 
  background:transparent;
  width:auto;
  border:0;
  padding:.2em;
}

h1, h2, h3, h4, h5, h6,
p {
  margin-top:0;
  margin-bottom:20px;  
}
  
table.full {
  width:98%;
}

  td {
    vertical-align:top;
    padding:5px; 
  }
  
  th {
    font-weight:bold;
    text-align:left;  
  }

img {
  border:none;
}

a:link, a:visited {
  color:#1067ca;
  background:transparent;
  font-weight:bold;
  text-decoration:underline;
  border:none;
}