/* COMMENTS TO SELF
<LINK href="ancient.css" rel="stylesheet" type="text/css">  
Validates as CSS 2.1
*/

a {
	text-decoration: none; 
	font-size: 12pt;
}

a:link    { color:#96c6f6; }
a:visited { color:#96c6f6; }
a:hover   { color:#ffffff; }

body {
	margin-left: 0; 
	margin-top: 0; 
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12pt;
	color: white;
}

div.top { 
	padding-left: 0px; 
	background-color: #7eb8f1;
/*	border: solid #000000 1px;*/
	font-size: 11pt;
    color: black; 
	text-align: center;
}

div.logoandnav {
	text-align:center;
}


div.comiclist {
	float: right;
	color: white;
	z-index: 3; 	
}

div.legal {
	margin-left: auto ;
	margin-right: auto ; 
	vertical-align: bottom;
	/*width:500px;*/
	font-size: 12px;
	color: white;
	text-align: center;
	z-index:1; 
}

div.iframe {
	margin-left: auto ;
	margin-right: auto ; 
	width:550px; 
	overflow:auto; 
	z-index:4; 
}

.navlink {
	font-size: 11pt; 
	color: #999999; 
}

.chapterimg {
	float: right;
	color: white; 
	padding: 20px; 
	z-index: 7;
}
