a{
          color: #008000;
          text-decoration: none;
        }
        a:visited{
          color: #800040;
          text-decoration: none;
        }
        a:active{
          color: #004000;
          text-decoration: none;
        }
        a:normal{
          color: #a0a0a0;
          text-decoration: none;
        }
        a:hover{
          color: #008080;
          text-decoration: none;
        }
        .body{
          margin: 10px;
          background-color: #408080;
        }
        .outerframe{
          border: 3px solid #6F6F00;
          margin-left: auto;
          margin-right: auto;
        }
        .midframe{
          border: 2px solid #B1B163;
        }
        .inframe{
          border: 1px solid #804000;
          padding-top: 5px;
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 5px;
          background-color: #eeeeee;
          width: 770px;
        }
        .header{
          width: 100%;
          border: 1px solid #000000;
          background-color: #ffffff;
          font-family: Georgia;
          font-size: 24pt;
          text-align: center;
          margin-bottom: 5px;
        }
        .footer{
          width: 100%;
          border: 1px solid #000000;
          background-color: #ffffff;
          font-family: Tahoma;
          color: #408080;
          font-size: 8pt;
          text-align: center;
          margin-bottom: 5px;
          padding: 5px;
        }
        .contentwrap{
          width: 100%;
          border-bottom: 1px solid #8080C0;
          margin-bottom: 5px;
        }
        .contenttitle{
          background-color: #ffffff;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          border-top: 1px solid #000000;
          padding: 5px;
          font-family: Georgia;
          font-size: 12pt;
        }
        .content{
          background-color: #ffffff;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          border-top: 1px solid #000000;
          padding: 5px;
          font-family: Tahoma;
          font-size: 12pt;
        }
        .navwrap{
          width: 160px;
          margin-left: 5px;
          border-bottom: 1px solid #000000;
          margin-bottom: 5px;
        }
        .navtitle{
          background-color: #ffffff;
          border-top: 1px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          color: #000000;
          text-align: center;
          font-family: Georgia;
          font-size: 12pt;
          padding: 5px;
        }
        .nav{
          background-color: #ACACD7;
          border-top: 1px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          color: #000000;
          font-family: Tahoma;
          text-align: center;
          font-size: 10pt
        }
        .nav a:hover{
          display: block;
          background-color: #88FF88;
          color: #808040;
          font-family: Tahoma;
          font-size: 10pt;
          text-align: center;
        }