body {
    padding: 0px;
    margin: 0px;
}

#outerScroller{
            width: 690px;
}
#marquee {
     width: 690px;
    background-color: #A80000;
    font-family: arial;
    font-size: 12px;
}

#marquee a {
    color: #FFFFFF;
    text-decoration: none;
}

#marquee a:hover {
    color: #FF7878;
    text-decoration: underline;
}