@charset "utf-8";
/* CSS Document */
#tickerContent {
  position: relative;
  width: 200px; 
  height: 250px;
  background-color: white;
  overflow: hidden;
  
  padding: 2px;
  padding-left: 0px;
}

#tickerContent a {
font-weight:normal;
}

