/* Pulp Heroes Stylesheet */

/* Begin Formatting */

BODY {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	color: black;
	background-color: white;
	text-align: center;
}

A:link {
	color: #FF0000;
	text-decoration: underline; 
	}
A:active {
	color: #FF0000;
	text-decoration: underline; }
A:visited { 
	color: #999999;
	text-decoration: underline; }
A:hover {
	color: #FF0000;
	text-decoration: underline;}

#footer {
    font-size: 8pt;}

/* End Formatting */
/* Begin Structure */

body {
	border: 3px;
	}

#header {
	height: 190px;
	width: 700px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 5px;
	margin: 0 auto;
	
	}

#page {
	margin: 0 auto;
	width: 755px;
	}

.comic {
	text-align: center;
	max-width: 755px;
	width:expression(document.body.clientWidth > 550? "550px": "auto" );
	margin: 0 auto;
	}

table.nav {
	margin: 0 auto;
	width: 500px;
	}
/* End Structure */ 
/* Begin Img */

img {
	border: 3px solid black;
	}

table img {
	border: 0px;
	}
