@CHARSET "UTF-8";
ol {
    padding: 0;
}
ol li {
    width: 3em;
    height: 6em;
    float: left;
    display: block;
    list-style: none;
    border: 1px solid white;
}
ol li:hover {
    border: 1px solid gray;
}
dt {
    clear: left;
    padding-top: 1.5em;
    font-weight: bold;
}
dd {
    margin: 1em 1em;
}
body {
    background-color: black;
    font-family: sans-serif;
}
a, h1 {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}