body {
    width: 721px;
    margin: 20px auto;
    font-family: "Georgia";
    font-size: 13px;
}
.question-title
{
    padding: 5px 8px;
    cursor: pointer;
}
.question-title:hover
{
    background-color: #D1E1FA;
    border-bottom: 1px solid #ABC7F8;
}
.question-content:hover
{
    background-color: #F8F8F8;
}
.question-content {
    font-family: "Courier";
    padding: 5px 21px;
    border: 1px solid #DDDDDD;
    border-top: none;
}
.question-title {
    /*background-color: #F8F8F8;*/
    /*border: 1px solid #F8F8F8;*/
    border-bottom: 1px solid #DDDDDD;
}
.showspoilers, .link-question {
    display: none;
}
 pre 
{
    padding: 10px;
    overflow: auto;
    background: none repeat scroll 0 0 #FFF7F0;
    border: 1px solid #CCC;
}
.done {
    color: green;
    padding-right: 20px;
    background: url(icon_smile.gif) no-repeat right center;
}
.instruction
{
    background: url(notes.jpg);
    height: 400px;
    width: 400px;
    position: fixed;
    right: 100px;
    top: 140px;
}
.instruction div
{
    padding: 70px 50px;
    font-family: "Georgia";
}
.date {
    font-size: 10px;
    color: #999;
    float: right;
    margin-right: 10px;
    font-family: "Comic Sans MS";

}

.stats {
    display:none;
}