@charset "utf-8";
/* CSS Document */

body {
color: #642d11;
}

.tanbg {
background-color: #e0cdc3;
}

.greybg {
background-color: #f5f5f5;
}

a:link, a:visited, a:hover, a:active  {
  color: #000000;
}

.formverify{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }

.navbar-light .navbar-nav .nav-link {
    color: #4f7647;
}

a.whitelink:link {color:#ffffff;text-decoration:none;}
a.whitelink:visited {color:#ffffff;text-decoration:none;}
a.whitelink:hover {color:#ffffff;text-decoration:none;}
a.whitelink:active {color:#ffffff;text-decoration:none;}