H3 { font-face: Verdana, sans-serif; }
H1 { font-face: Verdana, sans-serif; }
body { 
  font-family: Bookman Old Style, Charter BT, Times New Roman, Times;
}
tr {
  font-family: Bookman Old Style, Charter BT, Times New Roman, Times;
}
td {
  font-family: Bookman Old Style, Charter BT, Times New Roman, Times;
}
.dropcap { font: bold 200%;
           width: 24pt;
           float: left;
}

A:link { color: brown; }
A:visited { color: #8F7937; }

.headerButton {
   # -moz-box-shadow: 0px 0px 28px 1px #968a8a;
   # -webkit-box-shadow: 0px 0px 28px 1px #968a8a;
   # box-shadow: 0px 0px 28px 1px #968a8a;
    background-color: #3b3535;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    border:2px solid #3b3535;
    display:inline-block;
    cursor:pointer;
    color:#dbdbdb !important;
    font-family:Times New Roman;
    font-size:17px;
    padding:5px 8px;
    text-decoration:none;
    text-shadow:0px 7px 14px #3b3535;
    }
.headerButton:hover {
    background-color:gray;
    }
.headerButton:active {
    position:relative;
    top:1px;
    }

.frontImage {
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}

