body {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    font-family: sans-serif;
    overflow: auto;
    overflow: -moz-scrollbars-vertical;
}
a {
    color: #000000;
}
a:hover {
    color: #b22222;
}
h1 {
    font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
    position: relative;
    margin: 30px 0 50px;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 702px;
}
h1 a, h1 a:hover {
    color: #464646;
    text-decoration:none;
}
h2 {
    font-size: 16px;
}
p {
    text-align: justify;
}
p.zh {
    text-align: left;
    font-size: xx-large;
}
h1, h2, p {
    padding: 0;
    margin: 0 0 10px 0;
}
img {
    border: 0;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.hide, #start, #smode, #next, #state {
    position: absolute;
    width: 16px;
    height: 16px;
}
.hide {
    top: 10px;
    right: 10px;
}
#flags {
    position: absolute;
    top: 10px;
    right: 10px;
}
#start {
    top: 10px;
    right: 73px;
}
#smode {
    top: 10px;
    right: 52px;
}
#next {
    top: 10px;
    right: 31px;
}
#state {
    top: 10px;
    right: 10px;
}
#loader {
    position: absolute;
    top: 31px;
    right: 10px;
    width: 32px;
    height: 32px;
}
#points {
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: middle;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    right: 100px;
    width: 120px;
    height: 16px;
} 
#text {
    padding: 0;
    margin: 0 0 10px 0;
    height: 100px;
    width: 698px;
}
#tones {
    padding: 0;
    margin: 0 0 10px 0;
}
#tones input {
    margin: 0;
    width: 25px;
    background: #dcdcdc;
    color: #000000;
    border: 1px solid #696969;
}
#footer {
    text-align: center;
    font-size: 9px;
    border-top: 1px solid #000000;
    width: 702px;
    margin: 0 auto 10px auto;
    padding: 10px 10px 0 10px;
}
#control {
    font-size: 12px;
}
.active, .inactive, .wrong, .right, .headline, #vocabels {
    position: relative;
    width: 700px;
    margin: 0 auto 10px auto;
    padding: 10px 10px 0 10px;
}
.active, .atext {
    border: 1px solid #9999ff;
}
.active {
    background: #ccccff;
}
.inactive {
    border: 1px solid #696969;
    background: #dcdcdc;
}
.right, .rtext {
    border: 1px solid #228b22;
}
.right {
    background: #90ee90;
}
.wrong, .wtext {
    border: 1px solid #b22222;
}
.wrong {
    background: #f08080;
}
table {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #9999ff;
}
tr {
    margin: 0;
    padding: 0;
}
th, td {
    margin: 0;
    padding: 3px;
    width: 33%;
}
th {
    text-transform: uppercase;
    background: #ccccff;
}
td {
    vertical-align: top;
}
