/** comics.css CSS Document **/
/** Last modified August 19, 2005 - cte **/

body {
	background-color: #fff;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #FFFFFF;
	}

.main_header a:link {
	text-decoration: underline;
}

.main_header a:visited {
	text-decoration: underline;
}

.main_header a:hover  {border: 0;}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #FFFFFF;
	}

.sub_header a:link {
	text-decoration: underline;
}

.sub_header a:visited {
	text-decoration: underline;
	color:#0000FF
}

.sub_header a:hover  {border: 0;}

.greyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: 0;
	border-top-width: 2px;
	border-top-style:solid;
	border-top-color: #666666;
	background-color: #CCCCCC;
	color: #000;
	}

.top_anchor {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	text-align: right;
	padding: 0;
	border: 0;
	color: #999999;
	background-color: #FFFFFF;
	}
	
a:link  { 
	color: #0021a5;
	text-decoration: underline;
	}

a:visited  {
	color: #0021a5;
	text-decoration: underline;
	}

a:hover  {
	color: #ff4a00;
	text-decoration: underline;
	}

