/* CSS Document */
body{
	background-color:#660000;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	color:#999999;
}

.top{
	background-color:#000033
}



.star{
	font-size: 20px;
	letter-spacing: 16px;
}
	
	
.topnav {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	text-transform: uppercase;
	color:#FFFF99;
	letter-spacing: 16px;
	font-weight: bold;
}

a.topnav{
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FF0000;
	letter-spacing: 16px;
	font-weight: bold;
	
}
a.topnav:hover{
	color:#FFFF99;
	text-decoration:none;s
}
.content{
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color:#CCCCCC;
	font-weight:bold;
	line-height: 24px;
}

.playtitle{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.plays{
	color:#FF0000;
}
a.titles{
	color:#FFFFFF;
	text-decoration:underline;
}

a.titles:hover{
	color:#990000;
	text-decoration:underline;
}

