body
{
        background-color: #542582;
        margin: 0;
}

ul.PopcornList { list-style-image: url(popbullet.gif) }
ul.PopcornList li {
	font-size: 11px;
	line-height: 1.5em;
}

li.head {
	font-size: 14px;
	list-style: none outside;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

li.sub {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 9px;
	line-height: 1.5em;
	list-style: square inside;
}
div.today {
	float: left;
	font-size: 16;
	font-weight: bold;
	width: 90%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.blurb {
	float: left;
	width: 90%;
	font-size: 11;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.leftLinkDiv {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 10px;
	height: 200%;
	border: 2px solid;
	font-family: Arial, Verdana, Helvetica; 
	font-weight: bold;
	background-color: white;
	font-size: 12; 
	padding: 0;
}
div.scoresDiv {
	position: absolute;
	top: 100px;
	left: 221px;
	right: 225px;
	height: 100%;
}
div.rightLinkDiv {
	position: absolute;
	width: 200px;
	top: 100px;
	right: 10px;
	height: 200%;
	border: 2px solid;
	font-family: Arial, Verdana, Helvetica; 
	font-weight: bold;
	background-color: white;
	font-size: 12; 
	padding: 0;
}

div.datesection {
	float: left; 
	width: 100%;
	font-family: Arial, Verdana, Helvetica; 
	font-size:11; 
	text-align: left;
	border: 2px solid;
	color: black;
	padding: 0px;
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div.datesection a:link {color: black }
div.datesection a:visited {color: black }
div.datesection a:hover {color: red; text-decoration: overline underline}
div.score       { 
	float: left;
	width: 156;
	background-color: gold;
	padding: 7px;
	border: 3px solid;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:11px;
}

div.footer {
	float: left; 
	font-family: Arial, Verdana, Helvetica; 
	font-weight: bold;
	text-align: center;
	color: gold;
	font-size: 11px;
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.header {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100%;
	font-family: Arial, Verdana, Helvetica; 
	font-weight: bold;
	text-align: center;
	color: gold;
	font-size: 60px;
}

a:link {
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
 color: red;
text-decoration: overline underline;
}
