html
{
	background-color: Black;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Helv, Sans-Serif;
	font-weight: normal;
	font-size: small;
	color: White;
}
a
{
	text-decoration: none;
	color: #FFFF00;
}
a:hover
{
	text-decoration: underline;
	color: #FFFF00;
}
a:active
{
	text-decoration: underline;
	color: #FF8800;
}
a:visited
{
	text-decoration: none;
	color: #FFFF88;
}
body
{
	margin: 0;
	padding: 0;
}
p.footer
{
	margin-right: 24px;
	text-align: right;
}
p.subheader
{
	margin-top: -1em;
	font-size:xx-small;
	font-style: italic;
}
p.copyr
{
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
.edge
{
	width: 20px;
	background-position: center center;
	background-image: url('http://www.popcornfilms.com/images/sprocket.png');
	background-repeat: repeat-y;
	background-color: black;
}
.tedge
{
	height: 16px;
	background-position: center center;
	background-image: url('http://www.popcornfilms.com/images/sprocket.png');
	background-repeat: repeat-x;
	background-color: black;
}
.abg
{
	background-color: #000000;
}
