@charset "utf-8";
/* CSS Document */

/* These are the unique styles impacting the the LINKS pages - where you can watch individual film clips */

#links {
float: none;
	height: auto;
	width: 80%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 10%;
	margin-top: 10px;
	margin: 0 auto 0 auto;
	font:Georgia, "Times New Roman", Times, serif;
	}
	

#links a {
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size: 150%;
font-weight: bold;
color: #820010;
line-height: 110%;
text-align:center;
}

#links a:hover, a:active {
color: #FFFAB2;
}


#blog {
float: none;
	height: auto;
	width: 740px;
	padding: 0 0 0 0;
	text-align: center;
	margin: 20px auto 0 auto;
	font:Georgia, "Times New Roman", Times, serif;
	}
	
#blog a img{
border-style: none;
}