body {
	background-color: #013565;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { 
	color: #FFFF00; 
	text-decoration: none;
}
a:hover { 
	color: #FF2000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
.content {
	padding: 5px 25px 15px 25px;
}
.desc {
	text-align: justify;
	font-size: 14px;
}
.footer {
	font-size: 10px;
}
.trailer {
	border: 1px solid #FFFF00;
	width: 640px;
}
div.thumbnail {
	float: left;
	width: 25%;
	height: 280px;
	text-align:center;
}
.thumbnail a img {
	border: 1px solid #FFFF00;
}
.thumbnail a img:hover {
	border: 1px solid #FF2000;
}
.thumbnail img {
	margin-bottom: 3px;
}
.thumbnail span {
	font-size: 11px;
}