/* CSS Document */

body{
	background-color: #FFFFFF;
    margin:0px; 
    padding:0px;
}

.text{
color:#FFFFFF;
font-family:Verdana;
font-size:8px;
font-weight:normal;

}
marquee
{
  width: 708px; height: 20px; white-space: nowrap;
  overflow: hidden;
  overflow-x:-webkit-marquee;
  -webkit-marquee-direction: forwards;
  -webkit-marquee-style: scroll;
  -webkit-marquee-speed: normal;
  -webkit-marquee-increment: small;
  -webkit-marquee-repetition: 5;
  overflow-x: marquee-line;
  marquee-direction: forward;
  marquee-style: scroll;
  marquee-speed: normal;
  marquee-play-count: 5;
}