#vmarqueecontainer
{
position: relative;
overflow: hidden;

width: 290px;
height: 180px;
margin-left: 28px;

background-color: black;
}

.scroller
{
padding: 5px;
text-align: center;
font: bold italic 10pt Arial;
color: white;
}


#scoller2
{
font: bold italic 12pt Book Antiqua, Times;
color: red;
}

#scroller3 a:link, #scroller3 a:visited
{
color: white;
text-decoration: none;
}

#scroller3 a:hover
{
text-decoration: underline;
}