body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

a,
a:link,
a:active,
a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#home-container {
    text-align: center;
    margin: 0 auto;
}

#top-players {
    width: 200px;
    margin: 0 auto;
}

#questions a,
#questions a:visited,
#questions a:active,
#questions a:link {
    text-decoration: none;
    font-weight: bold;
    color: blue;
    padding: 2px;
}

#questions a:hover {
    color: white;
    background-color: blue;
}

#questions li {
    padding-bottom: 1em;
}

#answer .verdict {
    font-size: 1.3em;
    font-weight: bold;
}

#answer .correct { color: #00ff00; }    
#answer .wrong { color: red; }    
.was-correct-answer { color: blue; }

#top-toolbar {
    background: #FFFFDF;
    border-bottom: 1px solid #999;
    height: 30px;
    padding: 0.5em 0 0 0.5em;
}

#planet-frame {
    border: none;
    width: 100%;
}

.nav,
.nav:visited,
.nav:active,
.nav:link {
    font-size: 0.85em;
    text-decoration: none;
    color: #666;
}

.nav:hover {
    color: red;
}

