body {
    background-color: #fffded;
}

p { 
	font-weight: bold;
	font: 8pt/16pt georgia; 
	line-height: 100%;

	}

	
a:link { 
 	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
	
img {
    margin-top: 0px;
    margin-bottom: 0px;
	border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto }


#comic {

   margin-top: 20px;
   margin-bottom: 50px;


}