/* CSS Document */
/*	-----------------------------------------  */
.marquee {
  width: 95%;
  height: 150px;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 0px;
}
 .marquee a:hover {
    color: #F65314;
} 
	


