@charset "utf-8";

body {
  font-family: Tahoma, sans-serif;
  color: #222;
  background-color: white;
  font-size: small;
}

h1 {
  font-size: 165%;
  line-height: normal;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

h2 {
  font-size: 152%;
  line-height: normal;
  font-weight: bold;
}

@media print {
  body {
    font-size: 11pt;
    padding: 0px !important;
  }
}
