a {
	color : #9fa3b1;
	text-decoration : none; 
font-weight: 900;
}

a:hover
{
	text-decoration: underline;
	color: #238caf;
}

body
{
	background-color: white;
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5 {color: #000000; 
margin-right: 15px;
text-indent: 0;
margin-bottom: 0;
margin-top: 0;
font-weight: bold;
font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 { font-size: 1.75em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.0em; }
h4 { font-size: .75em; }
h5 { font-size: .5em; }

#main
{
	background-color: #d9e1e5;
	padding-left: 20px;
	padding-right: 20px;
}

.tiny
{
	font: 9px/100% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;

}
.page
{
	font: italic 11px/100% Georgia, "Times New Roman", Times, serif;
}

.nav {
	font-size: 14px;
}


#topNav
{
	top: 0;
	padding-left: 20px;
	padding-bottom: 0;
	margin: 0;
}

div#comic img {
	width: 480px;
	border: 1px solid #000;
}

#bottomNav {
	top: 0;
	padding-left: 20px;
	padding-bottom: 0;
	margin: 0;

}

.copyright
{
	color: #23527c;
	font: .65em Times New Roman, Times, serif;
		padding-left: 20px;

	text-align: left;
}

