/* CSS Document */
.formButtons {
   background-color: transparent;
   text-decoration: none;
   border-width: 1px;
   border-style: solid;
   border-color: #999999;
   font-size: 12;
   color: #a9852e; 
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
  }
.textBox {
   color: #000000;
   background-color: transparent;
   text-decoration: none;
   border-width: 1px;
   border-color: #999999;
   border-style: solid;
  }
A:active
{
    COLOR: #a9852e;
}
A:link
{
    COLOR: #a9852e;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #a9852e;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
#link
{
    color: white;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

#link:hover
{
    COLOR: white;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
}
