body  {margin: 0px;
}

#film {background-color: white;}

span.datum {
	font-family: verdana;
	font-size:11px;
}

span.datum_men {
	font-family: verdana;
	font-size: 11px;
	color: Gray;
}


a:link   {	color: black;
			text-decoration: none;
			font-family: verdana;
			
			}
a:visited { color: black; 
		    text-decoration: none;
			
		  }
a:active  {
			color: black;
			text-decoration: underline;
			
		 }

a:hover {	color: black;
			text-decoration: underline;
			font-weight: bold;
			font-size: 11px;
			
			 }
  


