#ticker-container {

  position:relative;

  overflow:hidden;

  width: 182px;

  height: 100px;

  background-color: white;/* #E7F5FF; *//* #D4EFFE;  */    /* #E0FFFF; #FAF8CC;*/

  background-repeat: repeat;

  padding: 2px;
/*
  border: 2px solid #1B286F; */

}



#ticker {

  position:relative;

  width:182px;

}



#ticker ul {

  padding:0;

  margin:0;

  list-style-type:none;

}



#ticker ul li {

  display:list-item;

  margin-top: 1px;

  margin-bottom: 1px;

  padding-top: 1px;

  padding-bottom: 1px;

  font-family: arial;

  font-size: x-small;

  font-weight: normal;

  color: black;

  padding-left: 2px;

}



#ticker ul li a {

  font-family: arial;

  font-size: xx-small;

  font-weight: normal;

  color: blue;

  text-decoration: none;

  padding-left: 2px;

}



#ticker ul li a:hover {

            font-family: arial;

            font-size: xx-small;

            color: black;

            text-decoration: none;

            padding-left: 2px;

}