

body {  font-family:  Arial,  sans-serif;  font-size:  14px;  color:  #005231;  }

td {  font-family:  Arial,  sans-serif;  font-size:  13px;  color:  #005231;  }
th {  font-family:  Arial,  sans-serif;  font-size:  12px;  color:  #005231;  }
.gbwit {  font-family:  Arial,  sans-serif;  font-size:  15px;  color:  #ffffff;  }
.links {  font-family:  Arial,  sans-serif;  font-size:  14px;  color:  #790E58;  }
/*
A:link    {  font-family:  Arial,  sans-serif;  font-size:  12px;  color:  #790E58;  }
A:visited {  font-family:  Arial,  sans-serif;  font-size:  12px;  color:  #005231;  }
A:active  {  font-family:  Arial,  sans-serif;  font-size:  12px;  color:  #790E58;  }*/

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 1px 1px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 1px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    width: 150px;
    background-color: #999999; 
    color: #ffffff; 
    border: 0px solid #888888;
}

.button1:hover {
    background-color: #888888;
    color: white;
}

.button2 {
    width: 150px;
    background-color: transparent; 
    color: #005231; 
    border: 0px solid #888888;
}

.button2:hover {
    background-color: #A9CBBF;
    color: 005231;
}

.buttonppc {
    width: 165px;
    background-color: transparent; 
    font-size: 13px;
    color: #005231; 
    border: 0px solid #888888;
}

.buttonppc:hover {
    background-color: #A9CBBF;
    color: 005231;
}