body {
    overflow: hidden; /* Hide scrollbars */
    background-color:#000000;
    min-width:480px;
}
body *{
    min-width:0px;
}
.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.style2 {
    color: #AC0808;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:600;
}
a:link {
    color: #DD0F11;
}
a:visited {
    color: #CCCCCC;
}
a{
    text-decoration:underline;
}
.top-buffer1 {
    margin-top:1em;
}
.top-buffer2 {
    margin-top:3em;
}
.top-buffer3{
    margin-top:6em;
}
.top-buffer4 {
    margin-top:0.5em;
}