* {
    font-size: 14px;
    font-family: DejaVu Sans !important;
    color: #ffffff;
}

button {
    border-color: teal !important;
    color: cyan;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

input, textarea {
    border-color: red;
}

::-moz-selection {
    background: teal;
}

a, a * {
    color: #cc9933;
}

a:visited, a:visited * {
    color: #cc6600;
}

.serif {
    font-family: DejaVu Sans Mono;
}
