a:link {
    text-decoration: none; 
    color: #000 ;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none; 
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #C99A0E;
}

.inputSubmit {
    color: #000000;
    background-color: #EEEEEE;
    border-color: #000000;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    font-family: Verdana,tahoma,Arial;
    font-size: 10px;
    font-weight: bold;
}

.inputBox {
    color: #000000;
    background: #FFFFFF;
    border-color: #000000;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    font-family: Verdana,tahoma,Arial;
    font-size: 10px;
}
