	/* ----- NARC FMB-AQ V1.0 Comic Page CSS File ----- */

body {
	background-color: #ffffff;
	font-family: verdana, geneva, georgia, arial, sans-serif;
	font-size: 12px;
	margin: 0px
}

#allcontent { 
	width: 900px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-left:	auto;
	margin-right:	auto;
	text-align: center;
	color: #000066;
} 

img {
	
	border-style: none;
	text-align: center;
}



table {
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	width: 700px;
}

td, th {
	padding: 5px;
	font-size: 75%;
}


#left {
	text-align: left;
	width: 50px;
}

#right {
	text-align: right;
	width: 50px;
}

#center {
	text-align: center;
	width: 550px;
}

a:link {
	color: #000066;
	text-decoration: none;
	border-bottom: none;
}


a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom: none;
}

