body {
    font-family: Georgia, serif;
    font-size: 12pt;
}

#meaning q {
    font-style: italic;
}

#graph td {
    height: 250px;
    vertical-align: bottom;
}
#graph th, #graph td {
    text-align: center;
}
#graph td div {
    background-color: #FFBBBB;
    width: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
#graph td div.top10 {
    color: red;
}

.error {
    text-align: center;
    font-weight: bold;
    color: #a00;
    background: #fee;
    border: 1px solid #f4b5b5;
    white-space: pre-wrap;
}