/* Theatre Ink stylesheet */



html, body {
	font-family:Century Gothic, sans-serif;
	color:#FFFFFF;
	line-height:140%;
	font-size:100%;
	text-align:left;
	}

p {
	color:rgb(255,255,255);
	text-align:justify;
	text-indent:50px;
	}

p.frontpage {
	text-align:justify;
	text-indent:0px;
	}

p.frontpage:first-line {
	color:rgb(255,0,0);
	}

p.red {
	color:rgb(255,0,0);
	}

h1 {
	color:rgb(255,0,0);
	font-size:1.6em;
	font-family:Century Gothic, sans-serif;
	font-weight:normal;
	text-align:center;
	font-variant:small-caps;
	}	

h3 {
	color:rgb(50,0,255);
	font-size:2em;
	margin:10px;
	}	

h4 {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}

div.show {
	text-align:center;
	}

div.blurb {
	text-align:justify;
	text-indent:50px;
	}

#credit {
	position:absolute;
	left:35px;
	color:#FFFFFF;
	font-size:0.6em;
	}

a {
	color:inherit;
	}

a.dark {
	color: #191970;
	}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}

a.dark:hover {
	color: #8b0000;
	font-weight: bold;
	}