body {
          font:Arial;
         }

h3 {font:Arial; text-align:center;}

h1 {
      text-align:center;
      font:Arial;
      color:rgb(256,256,256);
      background-color:rgb(62,5,97);
      padding:0.25 ex;
     }

h2 {
      font:Arial;
      font-weight:400;
      color:rgb(0,0,128);
      background-color:rgb(151,222,249);
      text-indent:0;
      text-align:center;
     }

hr {color:rgb(225,225,225);}

h4.large {
              background-image: url("bgolt.jpg");
              text-indent:0;
              font:Arial;
              font-size:16pt;
              text-indent:0;
              text-align:center;
              padding:0.5em;
              border-style:solid;
              border-color:rgb(62,5,97);
              border-width:thin;
             }

table {
         width:100%;
        }

caption {display:none;}

td.navigation {
                     width:15%;
                     text-align:center;
                     text-indent:0em;
                     padding:1ex;
                     vertical-align:top;
                     background-color:rgb(0,0,0);
                     color:rgb(168,228,7);
                     border-style:solid;
                     border-color:rgb(255,255,255);
                     border-width:thin;
                    }

td.content {
                 padding:1em;
                 vertical-align:top;
                 font:Arial;
                 background-color:rgb(255,255,255);
                 background-image: url("light_background_wide.jpg");
                 background-repeat: repeat-y;
                }

td.center {text-align:center;}

td.footer {
               text-align: center;
               font:Arial;
               font-size:10pt;
               color: rgb(256,256,256);
               background-color: rgb(62,5,97);
               padding: 0.5ex;
              }

p {
    text-indent:2em;
   }

p.center {text-align:center;}

p.copyright {
                   text-indent:2em;
                   background-color:rgb(254,253,129);
                   padding:1ex;
                  }

a:link {
          text-decoration: none;
          color:rgb(0,0,200);
          font:Arial;
          font-size: 12 pt;
          text-indent: 0;
         }

a:visited {
              text-decoration: none;
              color:rgb(0,0,200);
              font:Arial;
              font-size: 12 pt;
              text-indent: 0;
             }

a:hover {
             text-decoration: underline;
             color:rgb(0,0,0);
             font:Arial;
             font-size: 12 pt;
             text-indent: 0;
             background-color: rgb(168,228,7);
            }

a.button:link {
                    width:125px;
                    border-style:solid;
                    border-color:rgb(0,0,0);
                    border-width:thin;
                    text-decoration: none;
                    color:rgb(168,228,7);
                    font:Arial;
                    font-size: 12 pt;
                    font-weight:normal;
                    text-indent:0;
                    text-align:center;
                   }

a.button:visited  {
                          width:125px;
                          border-style:solid;
                          border-color:rgb(0,0,0);
                          border-width:thin;
                          text-decoration: none;
                          color:rgb(168,228,7);
                          font:Arial;
                          font-size: 12 pt;
                          font-weight:normal;
                          text-indent:0;
                          text-align:center;
                         }

a.button:hover {
                       width:125px;
                       border-style:solid;
                       border-color:rgb(168,228,7);
                       border-width:thin;
                       color:rgb(168,228,7);
                       font:Arial;
                       font-size: 12 pt;
                       font-weight:normal;
                       text-indent:0;
                       text-align:center;
                       background-color: rgb(100,100,100);
                      }