@charset "utf-8";
/* CSS Document */
.newsticker {
 list-style-type: none;
 border: 1px dashed #fff;
 padding: 3px;
 margin: 0;
}
.newsticker a{
 color:#000066;
}
.newsticker a:hover{
 color:#000066;
}
.newsticker-title-container{
position: relative;
float: left;
width: 135px;
}
.newsticker-feed-container{
position: relative;
float: left;
top: -4px;
}
.newsticker-feed-container a{
 color:#000066;
}
