@charset "utf-8";
/* CSS Document */
.huntheader {font-family: Gotham, Helvetica, Arial, sans-serif; font-size:xx-large}
.hunttext {font-family: Arial, Helvetica, sans-serif}

input {
    border: 0px solid white;
}
.style1 {font-family: Arial, Gotham, Helvetica, sans-serif; font-size: x-large;}
.style2 {font-family: Arial, Gotham, Helvetica, sans-serif; font-size: medium;}
.style14 {font-family: Arial, Gotham, Helvetica, sans-serif; font-size: small; }
.style15 {font-size: x-small}
.style16 {font-size: small}
 input.larger {
        width: 20px;
        height: 20px;
      }
input, button {
  border-radius: 3px;    /* Adjust this value for desired roundness */
  margin: 3px 0;          /* Add space around the fields */
}

table.table_bgh {
  border-collapse: collapse;font-family: Arial, Helvetica, sans-serif; font-size:small
}

.table_hunt {
  border-collapse: collapse;font-family: Arial, Helvetica, sans-serif; font-size:small
}
a:link {COLOR:blue; text-decoration: none; font-weight:normal}
a:visited {COLOR:black; text-decoration: none; font-weight:normal}
a:active {COLOR:black; text-decoration: none}
a:hover {COLOR:red; text-decoration: none; font-weight:none}