FRAME.navigation {
  border-left-width: 10;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin: 0;
}

TD.menu {

  vertical-align: middle;

}

TD.menu a {
       display: block;
       width:100%;
       background-color: #000066;
       height: 20px;
       color: yellow;
       font-size: 18px;
       text-align: center;
       text-decoration: bold;
       vertical-align: middle;
       border-top: solid 1px #000066;
       border-left: solid 1px #000066;
       border-right: solid 2px #000066;
       border-bottom: solid 1px #000066;
}

TD.menuitem a {
       display: block;
       width:100%;
       background-color: #0099FF;
       color: black;
       height: 15px;
       font-size: 16px;
       font-variant: small-caps;
       text-decoration : none;
       vertical-align: bottom;
       border-top: solid 1px #000066;
       border-left: solid 1px #000066;
       border-right: solid 2px #000066;
       border-bottom: solid 1px #000066;
}
TD.menuitem a:hover
      {
       width:100%;
       background-color: #CEF5C9;
       height: 15px;
       font-size: 16px;
       font-style: bold;
       font-variant: small-caps;
       vertical-align: middle;
       border-top: solid 1px #000066;
       border-left: solid 1px #000066;
       border-right: solid 2px #000066;
       border-bottom: solid 1px #000066;
}

H1 {
    color: #99FF00;
    text-decoration: none;
    filter:dropshadow(OffX=2, OffY=2, Color='#cccccc');
}
LABEL {
       font-size: 15px;
       color: #99FF00;
}
BODY.emptyframe {
    background-color: white;
}

BODY.tabsheet {
    background-color: #AA6600;
}


TABLE.menu {
    background-color: #AA6600;
    border-width: 0px;
    width:100%;
    
}
TD.subject {
       color: black;
       font-size: 20px;
}
TD.date {
       color: black;
       font-size: 12px;
       font-style: italic;
}
TD.content {
       color: black;
       font-size: 14px;
}
TABLE.messages   { 
  margin-left: 100px;
  margin-right: 100px; 
}
TEXTAREA {
  border-top-style: double;
  border-top-color: #99FF00;
  border-left-style: double;
  border-left-color: #99FF00;
  border-bottom-style: double;
  border-bottom-color: #99FF00;
  border-right-style: double;
  border-right-color: #99FF00;
  width:400px;
  background-color:#FFCC99
}

INPUT.subject {
  border-top-style: double;
  border-top-color: #99FF00;
  border-left-style: double;
  border-left-color: #99FF00;
  border-bottom-style: double;
  border-bottom-color: #99FF00;
  border-right-style: double;
  border-right-color: #99FF00;
  width:400px;
  background-color:#FFCC99
}

INPUT.button {
  width:200px;
}

HR {
  color: #99FF00;
}


