#ticker-container {
position:relative;
overflow:hidden;
width: 200px;
height: 150px;
background-color: #f3f5ff;
background-repeat: repeat;
padding: 2px;
border:  solid #f3f5ff;
}

#ticker {
position:relative;
width:200px;
}

#ticker ul {
padding:0;
margin:0;
list-style-type:none;
}
#ticker ul li {
    display:list-item;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: tahoma;
    font-size: 10;
    font-weight: normal;
    color: ;
    padding-left: 2px;
}

#ticker ul li a {
    font-family: tahoma;
    font-size: xx-small;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-left: 2px;
}

#ticker ul li a:hover {
    font-family: tahoma;
    font-size: xx-small;
    color: #0000ff;
    text-decoration: none;
    padding-left: 2px;
}


