html {
    height: 100%;
}
body {
    height: 100%;
}
a {
    text-decoration: none;
    color: #008897;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-weight: bold;
    font-size: 14pt;
    color: #505d56;
}

td {
    padding: 2px 5px 2px 5px;
    color: #505d56;
    font-size: 10pt;
}

input.text {
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 10pt;
    border: none;
    border-bottom: 1px dotted #a0a0a0;
    margin-right: 15px;
    color: black;
}

input.button {
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 10pt;
    border: 1px solid #a0a0a0;
    margin: 10px 15px 0px 0px;
    color: #505d56;
    background-color: #f0f0f0;
}

input.button_hover {
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 10pt;
    border: 1px solid #505d56;
    margin: 10px 15px 0px 0px;
    color: white;
    background-color: #b0b0b0;
}