/* CSS Document */

#banner { /*Set style for scroller*/
text-decoration:none;
font-family:verdana, arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#6F89D3;
}

#banner:hover { /*Set color for mouseover scroller*/
color:#666;

