#scroller {
width:130px;
height:90px;
background-color:#FFFFFF;
overflow:hidden;
position:relative;
text-align:left;
}

#scrollText {
position:absolute;
padding:5px;
top:130px;
}

#scrollText a b {
color:#FF0000;
text-decoration:none;
}

#scrollText a:hover b {
text-decoration:underline;
}

#scrollText a {
font:normal 11px Verdana;
color:#000066;
text-decoration:none;
}

#scrollText a:hover {
color:#FF0000;
}

.break {
height:1px;
background-color:#000066;
overflow:hidden;
margin:5px 10px 5px 10px;
}