body { color: #000000; background-color: #FFFFFF; 
        font-family: Arial, Verdana, sans-serif;
       }
h1 { color: #003399; background-color: #CC99CC; 
      text-align: center;
      line-height: 200%;
      border-style: outset; 
      border-width: 3px;
      border-color: #003399;
      font-family: Georgia, "Times New Roman", serif; 
     }
ul { font-weight: bold; }

h2 { color: #33CC00; background-color: #FFFFCC;
     line-height: 100%;
     border-style: groove
     border-width: 3px;
   }
.nav { font-weight: bold;
       font-size: 1.25em;
      }
#wrapper { margin-left: auto;
             margin-right: auto;
            width: 50%;
       }
.companyname { font-weight: bold;
               font-family: Georgia, "Times New Roman", serif;
              font-size: 1.25em;
        }

.button { border: 2px inset #336600;
       width: 100px;
      padding: 3px 15px
     color: #FFFFFF;
     background-color: #FFFF99;
     font-family: Arial,Helvetica,san-serif;
     font-size: 16px;
     font-weight: bold;
     text-align: center;
     text-decoration: none;
    }
a.button: link {color : #FFFFFF; }
a.button: visited { color : #CCCCCC; }
a.button: hover {color : #66CC33; }
                 {border: 2px outset #CCCCCC;
     }
