h1 {
    display: inline;
    font-size: 16px;
}

form {
    display: inline;
}

*.center {
    text-align: center;
}

*.small {
    font-size: 0.9em;
}

*.tiny {
    font-size: 0.8em;
}

*.mini {
    font-size: 0.7em;
}

*.collapse {
    border-collapse: collapse;
}

th.start {
    text-align: left;
    font-weight: normal;
}

*.nborder {
    border: 0;
}

*.u {
    text-decoration: underline;
}