.normaltext {
    font-family: sans-serif;
    font-size: 12px;
    color: #808080;
    text-decoration: none;
    a: link;

{
    font-family: arial,;
    font-size: 9pt;
    color: #B56002;
    text-decoration: none;
    font-style: normal;
}

a:visited {
    font-family: arial;
    font-size: 9pt;
    color: AC5D02;
    text-decoration: none;
    font-style: normal;
}

a:hover {
    font-family: arial;
    font-size: 9pt;
    color: #763F01;
    text-decoration: underline;
}

.news-box {
    width: 95%;
    height: 580px;
    text-align: justify;
    border: solid 1px #ccc;
    background: #f5f5f5;
    padding: 10px;
    line-height: 18px;
}

.image-box {
    border: solid 1px #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.top-nav-contact {
    background-color: #808080!important;
    height: 70px;
}

/* Copyright */
.div-top {
    background-color: #808080!important;
    height: 50px;
}

.footer-copyright a {
    color: #222 !important;
}

