html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
div, p, th, td, li, dd, dl, dt, button, input, textarea {
  /* redundant selectors to help NS4 not forget */
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: underline;
  font-weight: bold;
}
a:link  {
  color: #06c;
  background-color: transparent;
}
a:visited  {
  color: #336;
  background-color: transparent;
}
a:active  {
  color: #f30;
  background-color: transparent;
}
a:hover  {
  color: #09f;
  background-color: transparent;
  text-decoration: underline;
}
p {
  line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  background-color: transparent;
}
h1{font-size:1.4em;}
h2{font-size:1.2em;}
h3{font-size:1em;}
h4{font-size:.9em;}
h5{font-size:.8em;}
h6{font-size:.8em; font-style: italic;}

img {border:0;}