@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
@import 'reset.css';
@import 'big.css';
@import 'small.css';

.red {color: red}
.blue {color: blue}

body, input, select, button, textarea {
    font-family: 'Balsamiq Sans', cursive;
}
table.nice {
    margin: 10px 0;
}
table.nice th {
    color: green;
}
a {
    text-decoration: none;
}
a:hover {
    color: indianred;
}
a.btn {
    white-space: nowrap;
    border: 1px dotted blue;
    border-radius: 4px;
    padding: 4px 8px;
}
footer {
    margin-top: 50px;
}

