/* index.html, p000.html - p008.html, 0000.html - 000b.html */
body {
    color: black;
    background-color: #faebd7;
}
h1 {
    color: #7f7fff;
    background-color: #fafad0;
    font-size: 200%;
    text-align: center;
}
h2 {
    color: #7fbfff;
    background-color: #f4f4d0;
    font-size: 160%;
    text-ailgn: left;
}
p {
    text-indent: 1em;
}
table {
    margin: auto;
    empty-cells: show;
}
thead {
    color: black;
    background-color: #fffafa;
    text-align: center;
    white-space: nowrap;
}
col#rank {
    color: black;
    background-color: #f0f8ff; /* AliceBlue */
    font-style: italic;
    white-space: nowrap;
}
col#title {
    color: black;
    background-color: #f0f8ff; /* AliceBlue */
}
col#num {
    color: black;
    background-color: #f0f8ff; /* AliceBlue */
    text-align: right;
    white-space: nowrap;
}
dt {
    margin-top: 1em;
}
span.Name {
    color: #4169e1;
    background-color: #faebd7;
}
span.Secret {
    color: red;
    background-color: #faebd7;
}
span.MWE {
    color: green;
    background-color: #faebd7;
}
address {
    text-align: right;
}
