/*darker logo blue colour */
a.nav:link,a.nav:visited {
        text-decoration: none;
        color: gray;
}

/.nav*active link turns white*/
a.nav:active {
        text-decoration: none;
        color:gray;
}

/* hovered link turns white */
a.nav:hover {
        text-decoration: underline;
        color:gray;
}

input{
   background-color: #dcdcdc;
}


/*darker logo blue colour */
a.tovert:link,a.tovert:visited {
        text-decoration: none;
        color: black;
}

/.nav*active link turns white*/
a.tovert:active {
        text-decoration: none;
        color:black;
}

/* hovered link turns white */
a.tovert:hover {
        text-decoration: underline;
        color:black;
}