body{
    background-color: #30261E;
    color: #ccc;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 2em;
    margin-left: 25px;
    margin-top: 25px;
}

h1{
    float: left;
    font-size: 1em;
}

p{
    line-height: 140%;
    margin-top: 10px;
}

strong{
    font-weight: 900;
    color: #E85B00;
}

a{
    color: #6DAB00;
}

a:hover{
    color: #E85B00;
}

ul{
    margin-left: 100px;
}

abbr
{
    border-bottom: .1em dotted;
    cursor: help;
}

.note{
    font-size: 0.4em;
    color: #ccc;
    margin-left: 4px;
}

#footer
{
    margin-top: 30px;
    font-size: 0.4em;
}
