/* N1MM logger stylesheet */


BODY {
  margin: 1em;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif, Verdana;
  background: url(Images/gentle.jpg);
  color: navy;	
}


A:link { color: red }          /* unvisited link */
A:visited { color: black }        /* visited links */


TABLE {
  font-size: 9pt;
}


H1 {
  font-size:large;
  margin-top: 20pt;
}

H2 {
  font-size: medium;   
  font-weight: bold;
  margin-top: 20pt;
}

H3, H4, H5 {
  font-size: small;
  font-style: italic;
  margin-top: 16pt;
}

