/* CSS Document */

body
{ 
background-image: url(bg2.jpg);
background-repeat: repeat-x
} 
.style1 {color: #FFFFFF}
.style3 {font-family: Arial, Helvetica, sans-serif}

a.a1{
color:#FFFFFF;
}
a.a2{
color:#000000;
}
a.a3{
color:#800040;
}

body    {margin:0}

#tickertape{
layer-background-color:#800040;
position:static;
width:100%;
height:25px;
}

#subtickertape{
background-color:#800040;
position:static;
border: 0px solid black;
width:100%;
height:25px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:#FFFFFF;
}

.subtickertapefont a{
color:#FFFFFF;
text-decoration:none;
}
