#ticker {
    background-color: #FFFA7A;
    border-top: 1px solid #F0EC73;
    border-bottom: 1px solid #F0EC73;
    padding-left: 20px;
    padding-bottom: 10px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

#ticker_items {
    display: none;
}

h1 {
    font-weight: bold;
    font-size: 14px;
}

a {
    color: #0459A2;
}

#ticker_items {
    color:#333333;
    font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}