<style>
<!--

#tickertape{
position:relative;
layer-background-color:white;
width:112;
height:10;
color: white ;
}

#subtickertape{
background-color:black;
position:absolute;
border:1px solid black;
width:112;
height:12;
color: white ;
}

body{
background-color:white;
margin:0px ;

}

.subtickertapefont:hover  {
color:white ;
}

.subtickertapefont:link  {
color:white ;
}

.subtickertapefont:visited  {
color:white ;
}


.subtickertapefont{
font:bold 10px Arial;
text-decoration:none;
color:white;
background-color:black ;
}

.subtickertapefont a{
background-color:black ;
color:white;
text-decoration:none;
}
-->

</style>