body, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #999;
    color: #666;
}

a:hover {
    color: #e50000;
}

a {
    color: #369;
}

.tooltip {
    display: none;
}
