
  body {
    color: #ffffff;
    background: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-stretch: normal;
    font-size: 11pt;

    text-align: left;

    background-image: url(img/cogwheel.gif);
    background-position: 2% 96%;
    background-repeat: no-repeat;
    background-attachment: fixed;

  }

  a { text-decoration: underline; font-weight: normal }
  a:hover { text-decoration: underline }

  h2 { 
    font-size: 110%; font-weight: bold;
    padding-top: 2em;
  }

  h3 { 
    font-size: 100%; 
    font-weight: bold; 
    padding-top: 1em;
    text-decoration: none;
  }

  .pageheader {
    padding: 4%;
    background: #7c7478;
    border: none;
  }

  .links {
    padding-left: 4%;
    padding-right: 4%;
  }

  .midlinks {
    position: absolute;
    top: 45%;
    padding-left: 4%;
    padding-right: 4%;
  }


