body{
	background-color:#505050;
}

h1{
	text-align:center;
	color:#999999;
	font-family: ariel,san-serif;
	font-size:60px;
	
	
	
}

h2{
	text-align:right;
	color:#999999;
}

div.main{
	
}

div.TodaysComic{
	
}

div.first{
	float:left;

	background-repeat:no-repeat;
	margin-left:20%;
	
	width:70px;
	height:45px;

}

div.previous{
	float:left;

	background-repeat:no-repeat;
	
	width:70px;
	height:45px;

}div.next{
	float:left;

	background-repeat:no-repeat;
	
	width:70px;
	height:45px;

}div.last{
	float:left;

	background-repeat:no-repeat;
	
	width:70px;
	height:45px;

}


#News{
	background-color:#999999;
	border-style:solid;
	border-width:3px;
	border-color:#A0A0A0;
	width:80%;
	min-height:2em;
	text-align:justify;
	padding:20px;
	
	
}

