a.nav:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12 px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

a.nav:visited {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12 px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

a.nav:active {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12 px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

a.nav:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12 px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: blink;

}

.maintext {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14 px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;

}


.maintextHead {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18 px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}