@charset "UTF-8";
body	{
	background-color:#E6E6E6;
}
.navigation	{
	color:#000000;
	font-family:Helvetica;
	font-size:11px;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	padding:5px;
	text-transform:uppercase;
	padding-left:10px;
	font-weight:bold;
}

.navigation a:link {
	color:#000000;
	text-decoration: none;
}

.navigation a:visited {
	color:#000000;
	text-decoration: none;
}

.navigation a:hover {
	color:#000000;
	text-decoration:underline;
}
.content	{
	color:#000000;
	font-family:Helvetica;
	font-size:13px;
}
.content a:link	{
	color:#000000;
	text-decoration:underline;
}
.content a:visited	{
	color:#000000;
	text-decoration:underline;
}
.header	{
	font-family:Helvetica;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.films	{
	color:#000000;
	border-bottom:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	font-family:Helvetica;
	font-size:13px;
}
