<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #003c85;
  height: 60px;
  line-height: 40px;  
  font-size: 18px; 
  font-weight: bold;
}


.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  height: 60px;
  line-height: 40px;
  display: none;
}

.ticker ul li a {
   color: #003c85;
}
.ticker ul li a:hover {
text-decoration: none; color: #333;
}
</pre></body></html>