table.showTable {
	width: 80%;
	max-width: 800px;
	align: center;
	position: relative;
	left: 30px;
	top: 10px;
}

table.castTable {
	font-size: 14pt;
	margin: 15px;
	padding-right: 20px;
}

img.showLink {
	border: solid black;
	align: top; 
}

img.showLink:hover {
	border-color: #dd0000;
}

div.mainShow {
	position: absolute;
	left: 250px;
	top: 150px;
}
div.mainShow p {
	text-align: center;
	margin-top: 0px;
	font-size: 20pt;
}

div.nextShow {
	position: absolute;
	left: 730px;
	top: 170px;
}
div.nextShow p {
	text-align: center;
	margin-top: 0px;
	font-size: 20pt;
}

#content table {
	font-size: 14pt;
	margin: 15px;
	padding-right: 20px;
}

#content {
	color: black;
	font-size: 30px;
	align: center;
	font-style: strong;
	padding: 20px;
}

#content p {
	margin-left: 20px;
	font-size: 14pt;
}

#content a {
	text-decoration: none;
	color: #770000;
	align: center;
}

#content a:hover {
	text-decoration: underline;
	color: #aa0000;
}

#content h1 {
	text-align: center;
	font-size: 24pt;
	display: inline;
	border-bottom: 2px solid #770000;
}


h3 {
	display: inline;
	padding-right: 20px;
	font-size: 20pt;
	text-align: center;
}

h4 {
	padding-right: 20px;
	font-size: 16pt;
}

prex {
	font-size: 20pt;
}

prex a:link, prex a:visited {
	color: #00ffff;
}

h3:hover {
}

.mail {
	text-size: 12pt;
	font-family: monospace;
	padding-left: 20px;
}

ul {
   list-style-type: square;
}

li {
	font-size: 14pt;
	padding-left: 5px;
}