
@media screen
{
  body {
    font-family: serif;
    background-color: white;
  }
  .headertable {
    width:100%;
  }
  .headertdleft {
    text-align:left;
  }
  .headertdright {
    text-align:right;
  }
  .navimenutable {
    text-align: center;
    background-color: yellow;
  }
  .navimenutd {
  }
  a.navimenulink {
    color: red;
    font-family: sans-serif;
    text-decoration: none;
  }
  a.navimenulink:hover {
    color: red;
    font-family: sans-serif;
    text-decoration: underline;
  }
  .navimenucurrent {
    color: red;
    font-family: sans-serif;
    font-weight: bold;
  }
  .footertable {
    background-color: yellow;
  }
  .footertr {
  }
  .footertdleft {
    text-align: left;
  }
  .footertdcenter {
    text-align: center;
  }
  .footertdright {
    text-align: right;
  }
  .h2tdleft {
    text-align: left;
  }
  .h2tdcenter {
    text-align: right;
  }
  .h2tdright {
    text-align: right;
  }
  a.smallotherlink {
    color: blue;
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
  }
  a.smallotherlink:hover {
    color: blue;
    font-family: sans-serif;
    font-size: small;
    text-decoration: underline;
  }
  .toctable {
  }
  .tocrow {
  }
  .toctd {
  }
  a.toclink {
    color: green;
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
  }
  a.linkoutside {
    color: blue;
    text-decoration: none;
  }
  a.linkinternal {
    color: green;
    text-decoration: none;
  }
  a.toclink:hover {
    color: green;
    font-family: sans-serif;
    font-size: small;
    text-decoration: underline;
  }
  a.linkoutside:hover {
    color: blue;
    text-decoration: underline;
  }
  a.linkinternal:hover {
    color: green;
    text-decoration: underline;
  }
  .subtitle {
    font-family: sans-serif;
    font-size: small;
  }
  .cmdarg {
    font-style: italic;
  }
  it {
    font-style: italic;
  }
  b {
    font-style: bold;
  }
  h6 {
    font-size: 100%;
    font-weight: bold;
  }
  h5 {
    font-size: 120%;
    font-weight: bold;
  }
  h4 {
    font-size: 144%;
    font-weight: bold;
  }
  h3 {
    font-size: 172%;
    font-weight: bold;
  }
  h2 {
    font-size: 206%
    font-weight: bold;
  }
  h1 {
    font-size: 250%;
    font-weight: bold;
  }
}

@media print
{
  @page {
    margin-top:    1.5cm;
    margin-bottom: 1.5cm;
  }
  @page :left {
    margin-left:   1.5cm;
    margin-right:  2.5cm;
  }
  @page :right {
    margin-left:   2.5cm;
    margin-right:  1.5cm;
  }

  /* Choose a font suitable for larger texts. */
  body {
    font-family: Garamond, "Times New Roman", Times, serif;
  }

  .headertable {
    width:100%;
  }
  .headertdleft {
    text-align:left;
  }
  .headertdright {
    text-align:right;
  }
  .navimenutable {
    text-align: center;
    border-style: double;
  }
  .navimenutd {
  }
  .navimenulink {
    color: red;
  }
  .navimenucurrent {
    font-weight: bold;
  }
  .footertable {
    border-style: double;
  }
  .footertr {
  }
  .footertdleft {
    text-align: left;
  }
  .footertdcenter {
    text-align: center;
  }
  .footertdright {
    text-align: right;
  }
  .h2tdleft {
    text-align: left;
  }
  .h2tdright {
    text-align: right;
  }
  .smallotherlink {
    color: blue;
    font-size: small;
  }
  .toctable {
  }
  .tocrow {
  }
  .toctd {
  }
  .toclink {
    color: green;
    font-size: small;
    text-decoration: none;
  }
  .linkoutside {
    color: blue;
  }
  .linkinternal {
    color: green;
  }
  .subtitle {
    font-size: small;
  }
  .cmdarg {
    font-style: italic;
  }
  it {
    font-style: italic;
  }
  b {
    font-style: bold;
  }
}

