*
{
	margin:0px;
	padding:0px;
}

body
{
	background-color:#000000;
	color:#FFFFFF;
	font-family:Times, Times New Roman, sans-serif;
}

:focus 
{
	outline: 0;
} 

#comic
{
	position:relative;
	top:2px;
}

a
{
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration:none;
}

a.selected
{
	color:purple;
}

a:hover
{
	color:purple;
}

/*a img 
{
	width:  75px; 
	height: 100px;
	border-width: 0;
}*/

a#back img
{
	width:  75px; 
	height: 100px;
	border-width: 0;
	background: url(back.png) top left no-repeat;
	margin-bottom: -2px;
	margin-left:    3px;
}

a#back:hover img
{
	background: url(back_over.png) top left no-repeat;
}

a#jback img
{
	width:  75px; 
	height: 100px;
	border-width: 0;
	background: url(jback.png) top left no-repeat;
	margin-bottom: -2px;
	margin-left:    3px;
}

a#jback:hover img
{
	background: url(jback_over.png) top left no-repeat;
}

a#next img
{
	width:  75px; 
	height: 100px;
	border-width: 0;
	background: url(next.png) top left no-repeat;
	margin-bottom: -2px;
	margin-left:    3px;
}

a#next:hover img
{
	background: url(next_over.png) top left no-repeat;
}

a#jnext img
{
	width:  75px; 
	height: 100px;
	border-width: 0;
	background: url(jnext.png) top left no-repeat;
	margin-bottom: -2px;
	margin-left:    3px;
}

a#jnext:hover img
{
	background: url(jnext_over.png) top left no-repeat;
}

a#lButton img
{
	width:  90px; 
	height: 25px;
	border-width: 0;
	margin-bottom: 10px;
	margin-left:    3px;
	background-position: top left;
	background-repeat: no-repeat;
}

a#lButton:hover img
{
	background: url(eButton.png) top left no-repeat;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}