body {
    background: #CCCCCC;
}

a:link {
    color: #4545A2;
    text-decoration: none;
}

a:visited {
    color: #4545A2;
    text-decoration: none;
}

a:hover {
    color: #4545A2;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.image {
    margin: 10px;
}

.inputFields {
    font-family: Arial;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #999999;
}

.inputButtons {
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #777777;
    height: 28px;
}
