* {
    font-family: sans-serif;
    }

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

.button {
    border: 1px solid #5050ff;
    background-color: #eeeeff;
    color: #666666;
    font-size: 10px;
    height: 23px;
    }

.select {
    color: #ff3030;
    }

.req_comm {
    font-size: 16px;
    }

.req_data {
    color: #2222ff;
    font-weight: bold;
    }
