@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

p {
	margin-left: 30px;
}

a:link {
	color: #980000;
	text-decoration: none;
}
a:visited {
	color: #980000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	margin-left: 30px;
	font-size: 12pt;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

td {
}

td.align_right {
	text-align: right;
}

#comic_grid {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}