a:link {color: #336600; text-decoration:none;}     /* unvisited link */
a:visited {color: #336600; text-decoration:none;}  /* visited link */
a:hover {color: #000000;text-decoration:underline;}   /* mouse over link */
a:active {color: #000000; text-decoration:none;}   /* selected link */
body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.title {
	text-align:right;
	font-size:24px;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #000000;
}
.image {
	border: 2px solid #000000;
	float: left;
	position:relative;
	top:-30px;
	margin-right:14px;
}
.synopsis {
	text-align:justify;
	padding-right:14px;
	text-indent:14px;
}
.director {
	margin-left:14px;
}
.year{
	margin-left:14px;
}
.cast{
	margin-left:14px;
}
.info{
	background-color:#CCCCCC;
	margin-top:14px;
	margin-bottom:14px;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
.contact {
	font-weight:bold;
	font-size:12px;
	margin-top:20px;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}

