@media screen {
  body {
    margin: 0px;
    font-family: Tahoma;
    font-size: small;
    background-color: white;
  }
  a, a:visited {
    color: blue;
  }
  a:hover {
    color: red;
  }
  #page {
    background: no-repeat url("top.jpg");
    width: 682px;
    height: 231px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  #side {
    width: 160px;
    position: absolute;
    top: 237px;
  }
  #side ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
  }
  #side li {
    list-style-type: none;
    padding: 0px;
    margin: 8px 10px;
  }
  #side address {
    font-style: normal;
    margin: 5px 0px 0px 5px;
  }
  * html #side li a {
    height: 0px;
  }
  #side a, #side a:visited {
    display: block;
    margin: 0px;
    padding: 3px 0px;
    background-color: #eef;
    border: 1px solid #aaa;
    font-size: 1.0em;
    text-align: center;
    color: blue;
    text-decoration: none;
  }
  #side a:hover {
    background-color: #36f;
    border: 1px solid black;
    font-weight: bold;
    color: white;
  }
  #subscribe {
    text-align: center;
  }
  #subscribe a {
    font-weight: bold;
  }
  #content {
    padding-top: 146px;
    padding-left: 175px;
  }
  h1 {
    font-family: Arial;
    font-size: 1.5em;
    color: #36f;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  #content h1 {
    color: #920;
    font-size: 1.8em;
  }
  h2 {
    border-top: 1px dotted #999;
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #029;
    padding: 10px 20px;
    margin: 10px 0px;
    padding-bottom: 0px;
  }
  h3 {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #036;
    text-align: center;
    padding: 0px;
    margin: 15px 0px;
  }
  h4 {
    margin: 5px;
    padding-top: 10px;
    margin-left: 20px;
    color: black;
    font-weight: bold;
    font-size: 1.0em;
  }
  p {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.7;
    font-size: 1.0em;
    color: #222;
    margin-top: 10px;
  }
  #side p {
    font-size: small;
    font-size: 0.85em;
  }
  #content li {
    line-height: 1.7;
    font-size: 1.0em;
    color: #222;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  quote {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 25px;
    padding-right: 5px;
    line-height: 1.7;
    font-size: 1.1em;
    color: #333;
    margin-top: 10px;
    font-family: "Times New Roman";
  }
  pre {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 25px;
    padding-right: 5px;
    line-height: 1.7;
    font-size: 1.0em;
    color: #333;
    margin-top: 10px;
    font-family: "Courier New";
  }
  #footer {
    margin-top: 38px;
    padding-bottom: 5px;
    text-align: center;
  }
  #title {
    display: none;
  }
  #newsNav {
    font-size: 1.2em;
    text-align: center;
    margin-top: 30px;
  }
  table {
    margin-left: 25px;
  }
  table caption {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #036;
    text-align: center;
    padding: 0px;
    padding-top: 12px;
  }
  td {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.7;
    font-size: 1.0em;
    color: #222;
  }
  thead {
    font-weight: bold;
    font-size: 1.0em;
    margin-top: 0px;
  }
  thead td {
    margin-top: 0px;
    padding-right: 20px;
  }
}
@media print {
  body {
    font-family: Tahoma;
    line-height: 1.25;
  }
  #side, #newsNav {
    display: none;
  }
  h2, h3 {
    font-family: Arial;
  }
  quote {
    display: block;
    font-family: 'Times New Roman';
    padding-left: 20px;
  }
  table, pre {
    padding-left: 20px;
  }
  #footer {
    display: none;
  }
  #title {
    font-size: medium;
  }
  a:after {
    content: ' (' attr(href) ')';
  }
  table caption {
    font-size: medium;
    font-weight: bold;
    font-family: Arial;
  }
  thead {
    font-weight: bold;
    text-decoration: underline;
  }
  thead td {
    padding-right: 20px;
  }
}
@media handheld {
  body {
    font-family: Tahoma;
  }
  h2, h3 {
    font-family: Arial;
  }
  quote {
    display: block;
    font-family: 'Times New Roman';
    padding-left: 20px;
  }
  #footer {
    font-style: italic;
    padding-top: 10px;
  }
  #title {
    font-size: medium;
  }
  #newsNav {
    margin-top: 20px;
    text-align: center;
    font-size: large;
  }
  table caption {
    font-size: medium;
    font-weight: bold;
    font-family: Arial;
  }
  thead {
    font-weight: bold;
    text-decoration: underline;
  }
}
