/* CSS Document */

body { 
	font: 10pt/16pt arial; 
	color: red; 
	background: black; 
	margin: 0px; 
	text-align: center;
	}
p { 
	margin-top: 0px; 
	text-align: justify;
	}

p.mid {
	font-weight:bold;
	vertical-align:middle;
	text-align:right;
	}
p.scenechange {
	text-align:center;	
	font-weight:bold;
	color:white;
	}
h2 {
	text-align:center;	
	}
img.middle {
	vertical-align: middle;
	}
.navbar { 
	font-weight:bold;
	text-align:center;
	color:white;
	}
.chaptertable {
	border:inset #EF4221;
	background-color:#000000;
	}	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF7F00;
	}
i	{
	color: #666666;
	}
tr.first {
	text-align:center;
	font-weight:bold;
	color:white;
	}