<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: black;
}

/* LAYOUT ------------------------------ */

#wrapper
{
	width: 100%;
	margin: 0 auto;
	border: 0px solid #444;
	top: 60px;
	left: 0px;
	height: 100%;
	position: absolute;
}

#container
{
	width: 600px;
	margin: 0 auto;
	border: 0px solid #444;
	right: 0px;
	font-family: arial, helvetica, clean, sans-serif;
	top: 0px;
	position: relative;
}

/* CONTENT STYLES ------------------------------ */

a:link {color:#ffcc33;}
a:visited {color:#cccccc;}
a:hover {color:#fff;}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
background-position: 0px 5px; 
padding-left: 14px; 
}
h1 /* Film Title */
{
	color: #cccccc;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0px;
	padding-bottom: 3px;
}

h2 /* Release Info */
{
	color: #FFF;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 20px;
	margin: 0px;
}

h3,h4 /* Talent and Film Credit */
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 13px;
}

h5 /* Synopsis */
{
	color: #cccccc;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 15px;
	margin: 0px;
}
</pre></body></html>