/* podstyle.css  2009-12-16 */

  * {
    font-family: Verdana;
    color: #555555;
    text-align: justify;
  }
  body {
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  h1, h2, h3, h4, h5, h6 {
    background-color: #CCCCCC;
    color: white;
    text-align: center;
  }
  a {
    color: blue;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: white;
  }
  dfn {
    font-style: italic;
    font-weight: bolder;
  }
  em {
    font-style: italic;
  }
  pre, .outblock {
    color: green; /* #888888; */
    background-color: #EEEEEE;
    font-size: larger;
    font-family: monospace;
    padding-left: 10px;
  }
  code {
    color: green;
    font-size: larger;
    font-family: monospace;
    /* font-weight: bolder; */
  }
  code sub, code sup {
    color: green;
  }
  .continuehere {
    color: red;
    /* font-size: larger; */
  }
  td, th {
    padding: 4px;
    text-align: center;
  }
  .importantblock {
    border: groove;
    background-color: #EEEEEE;
    padding: 4px;
  }
  .timestamp {
    font-size: smaller;
  }
  .title {
    font-size: xx-large;
    font-weight: bold;
    color: white;
    background-color: #CCCCCC;
    text-align: center;
  }

