/* body style*/
body {
	background-color: #33CCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10 10 10 10;	
}

a, a:active, a:link, a:visited {
	border: none;
	text-decoration: none;
	color: #3f0080;
}

a:hover {
	color: #ffffff;
}

h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;	
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;	
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;	
}
h5 {
		font-family:Georgia, "Times New Roman", Times, serif;
}
/* table style */
table	{
	border: none;
	width: 95%;
	/*position: relative;*/
	table-layout: auto; /*fixed;*/
}

td	{
	vertical-align: top;
	padding: 5px;
}

/* menu classes */
.menutable {
		clear: both;
		position: relative;
		border: thick solid #6600ff;
		background-color: black;
		font-size: medium;
		color:#660099;
		width: 150px;
}

.menucell01	{
	background-color: #ccffff;
	height: 30px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.menucell02	{
	background-color: #66ccff;
	height: 30px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.menucell03	{
	background-color: #ccccff;
	height: 30px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.menucell04	{
	background-color: #9999ff;
	height: 30px;
	font-size: smaller;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

a#homelink,a:active#homelink,a:link#homelink,a:visited#homelink {
	font-style: italic;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
	
.faq {
	border: thin solid black;
}
.playtitle {
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;

}
.playauthor {
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
}

.playtheater {
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	font-style: normal;
}
