body
{
	background-color: #006400;
	text-align: center;
}

a{text-decoration: none;}

img{border: none;}

strong{font-size: 1.5em;}

div{position: relative;}

em{font-size: 1.3em;}

a:hover{cursor: crosshair;}

div.invis
{
	width: 800px;
	height: 738px;
	position: relative;
	margin: 0 auto;
}

div.comic
{
	position: absolute;
	width: 550px;
	height: 738px;
	background-color: #556B2F;
}

div.nav
{
	text-align: center;
	position: absolute;
	height: 25px;
	background-color: #3CB371;
}

a:link.nav {color: #90EE90;}

a:hover.nav
{
	color: #90EE90;
	background-color: #2E8B57;
}

a:visited.nav{color: #90EE90;}

div.main
{
	position: absolute;
	background-color: #6B8E23;
	width: 780px;
}

p.mainS
{
	color: #9ACD32;
	font-size: 1em;
	text-align: left;
}

a:link.main
{
	color: #ADFF2F;
}

a:hover.main
{
	color: #ADFF2F;
	background-color: #32CD32;
}

a:visited.main
{
	color: #ADFF2F;
}

div.rest
{
	width: 350px;
	background-color: #8FBC8F;
	position: absolute;
}

p.rest
{
	text-align: left;
	color: #808000;
	padding: 5px;
	font-size: 1em;
}

a:link.rest
{
	color: #B8860B;
}

a:hover.rest
{
	color: #B8860B;
	cursor: crosshair;
	background-color: #90EE90;
}

a:visited.rest
{
	color: #B8860B;
}

p
{
	color: #008B8B;
	font-size: 0.7em;
}

img.thumb
{
	width: 160px;
	height: 205px;
}