/* omghi2u... code by ForceMorph */

	body {
		margin: 0 0 10px 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
		background: #000;
		}
	div.menu  {
		background: #333;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 300px;
		height: 100px;
		text-align: left;
		font-size: 16px;
		font-weight:bold;
		}
	div.list  {
		background: #191e23;
		color: #ccc;
		font-size: 10px;
		position: absolute;
		top: 110px;
		left: 5px;
		width: 300px;
		height: auto;
		text-align: left;
		}
	div.comic {
		background: #000;
		position: absolute;
		top: 10px;
		left: 310px;
		width: auto;
		height: auto;
		margin-bottom: 10px;
		}
	.spiffy {
		margin: 5px;
		}
	.dropdown {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #000;
		color: #fff;
		}
	a {
		color: #fff;
		}
	a:link {
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
	a:visited {
		text-decoration: none;
		color: #ccc;
		}
