     body {
          background: #444444;
          margin-left: 5%;
          margin-right: 5%;
     }
     :link {
          color: #C0C0C0;
     }
     :visited {
          color: #C0C0C0;
     }
     :active {
          color: #C0C0C0;
     }
     :hover {
          color: white;
     }
     .section {
          font-family: Arial;
          font-size: 24pt;
          color: #8080A0;
          margin-top: 1em;
          margin-bottom: 1em;
     }
     .text {
          font-family: Arial;
          font-size: 10pt;
          color: white;
     }
     .largetext {
          font-family: Arial;
          font-size: 18pt;
          color: white;
     }
     .headingtext {
          font-family: Arial;
          font-size: 14pt;
          color: #8080A0;
     }