/* Background copied from Stephan Kochen, http://stephan.kochen.nl */
body {
    margin              :   60px 80px 40px 80px;
    background          :   #ffaa3b url('../img/bg.gif') top repeat-x;
    color               :   #111111;
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   16px;
    line-height         :   26px;
}

h1 {
    width               :   500px;
    margin              :   0;
    font-family         :   Georgia, serif;
    font-weight         :   bold;
    font-size           :   100px;
    line-height         :   52px;
    letter-spacing      :  -10px;
    text-indent         :   130px;
}

img {
    margin              :   40px 0 30px 180px;
    border              :   #111111 12px solid;
    background          :   grey;
}

p {
    width               :   500px;
    margin-left         :   70px;
}

a {
    color               :   #111111;
    font-weight         :   bold;
    text-decoration     :   none;
}

.no {
    text-decoration     :   line-through;
}

