

.use_credits {
   display:none;
}

.moofilm {
   text-align: center;
   border: 0px none;
   color: white;
   background-color: black;
   cursor:default;
}

.film_title {
  color:white ;
  margin-top:20px;
  font-size: 14px;
  font-weight: bold;
}

.film_info { 
  font-size: 11px;
  line-height: 1.3em;
  padding:5px;
  margin:0 10px;
}		

.film_link { 
  font-weight: bold;
  color:#c1a05a;
  font-size:1.1em;
}

.film_link:hover {
  /*color:DeepPink;*/
  color:#c1a05a;
  font-size:1.3em;
}
