A {text-decoration: none }
a:hover { color:009900; 
text-decoration: underline }
#tic {
  /* enter any styles for the ticker below */
  border: .05em white solid;
  font-size:1em;
  color: 660000
  padding:4px;
  width:220px;
  line-height:15px;
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}