
body {
    background: lightsteelblue;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
a:link, a:visited {
    color: navy;
}

h1 {
    margin-top: 0;
    padding-top: 1ex;
    font-size: 200%;
}

h2 {
    margin-top: 0;
    font-size: 140%;
}

dt {
    margin-top: 1ex;
}
#all-outer {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/allbg.png);
    padding-left: 9px;
    padding-right: 9px;
}
#all-inner {
    width: 840px;
    background: white;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    margin-top: 3px;
    margin-bottom: 3px;
}
#words, #input {
    font-size: 160%;
    text-align: center;
    border: 0;
}
#testui {
    margin: auto;
    width: 80ex;
}
#wordsbox {
    clear: both;
    text-align: center;
    font-size: 120%
}
#result {
    font-size: 120%;
}
#result big {
    color: blue;
    font-size: 120%;
}
#words {
    background: #eee;
    height: 6ex;;
    overflow: scroll;  /* opera doesn't know -x and -y */
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1ex;
    line-height: 130%;
    letter-spacing: 2px;
    border-bottom: 1px solid black;
    font-family: "DejaVu Sans Mono", "Bitstream Vera Mono", "Consolas", "Lucida Console", monospace;
}
#input {
    display: block;
    width: 98%;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
}
#currentword {
    background: lightsteelblue;
    text-decoration: underline;
}
.incorrect {
    color: maroon;
}
.correct {
    color: navy;
}
#score {
    background: lightsteelblue;
    margin: auto;
    padding: 1ex;
    line-height: 2ex;

}
#border {
    border: 1px solid black;
}
#score {
    text-align: center;
    border-bottom: 1px solid black;
}

#score span {
    /* Thank you, Zoffix Znet! */
    display: inline-block;
    min-width: 4ex;
    font-size: 80%;
    padding: 2px;
}
#progress, #rawcpm, #cpm, #wpm, #timer {
    text-align: right;
    background: #eee;
}
#score span#progress {
    min-width: 9ex;
}
#score select, #score input {
    font-size: 80%;
}
#words small {
    font-size: 50%;
    line-height: normal;
}
option {
    background: no-repeat;
    text-indent: 16px;
}
a img {
    border: 0;
}
pre {
    text-align: center;
    font-size: 80%
}
.special, .shift, .key {
    font-weight: bold;
}
.key {
    color: silver;
}
.special {
    color: navy;
}
.shift {
    color: maroon;
}
.hitme {
    color: black;
}
#footer {
    border-top: 1px solid silver;
    text-align: center;
    margin-top: 1ex;
    font-size: xx-small
}
