a { color:#5D5D9E;cursor: url("/sims.png"), auto;  } 
a:visited { color:#5D5D9E;cursor: url("/sims.png"), auto;  } 
a:active { color:#5C615E;cursor: url("/sims.png"), auto;  } 
a:hover { color:#B2B3B4;cursor: url("/sims.png"), auto;  } 
body { background:none; padding:0;  margin: 0; }
.textstyle1 { text-align:center;cursor: url("/sims.png"), auto;  }
#container_9038ba { vertical-align: top; position:relative; display: inline-block; width:875px; min-height:26px; background:none;  }
.textstyle2 { text-align:left;cursor: url("/sims.png"), auto;  }
#img_155afd3d { position:absolute; left:0%; top:0%; width:100%; height:25px; background:none;  }

#lyric {
	vertical-align: bottom;
 	position:relative;
 	display: inline-block; width:860px; height:19px;
 	background:none;
 	font-size:13pt;
 	font-family:'courier std';
 	color:#FFFFFF;
 	text-align:center;
	overflow: hidden;
	white-space: nowrap;
 	  }


#marquee-container {
  border: 1px solid black;
  background: white;
  color: black; /* text color */
  margin: auto;
  width: 100%;
  max-width: 900px;
  height: 30px;
  overflow: hidden;     /* this hides text as it scrolls in/out */
  position: relative;   /* lets it be absolutely positioned */
  font-size: 20px;
  line-height: 30px;    /* vertically centers one line of text */
  white-space: nowrap;  /* keep the text on one line */
}

#marquee-text {
  position: absolute;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

#lyric-text {
  position: absolute;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { left: 100%; }
  to { left: -120%; }
}