#header {
    font-size: 30px;
    line-height: 50px;
    margin: 50px 25px 25px;
    white-space: nowrap;
    overflow: hidden;
}

#header sup {
    font-size: 11px;
    vertical-align: top;
}

#content {
    padding: 0 25px 25px;
}

#content h2 {
    background: url('/img/background-black-25.png') 0 0;
    font-size: 25px;
    line-height: 40px;
    margin: 0 -25px 25px;
    padding: 15px 25px;
}

#content h3 {
    background: url('/img/background-black-25.png') 0 0;
    font-size: 20px;
    line-height: 30px;
    margin: 0 -25px 25px;
    padding: 10px 25px;
}

#rules ul {
    margin: 25px 0 25px 50px;
    list-style-type: disc;
}

#rules ol {
    margin: 25px 0 25px 50px;
    list-style-type: decimal;
}