

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold italic 24px Arial;}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 5px 1.0em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
cursor: crosshair;

}

#navlist li a:link { 
color: #ff5380; 
}
#navlist li a:visited {
color: #000040; 
}

#navlist li a:hover
{
color: #000000;
background: #AAE;
border-color: #000000;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}


h1{
font-size: xx-large;
color:white;
cursor: crosshair;
}

body { 
background-image: url("PR Background.jpg"); 
cursor: crosshair;
}


h2{
font-size:x-large;
margin-bottom: 0; /* or whatever you want */
color:white;
cursor: crosshair;
}

.space {
line-height: .3 em;
}


a:link { 
color: #ff5380; 
}

a:visited { 
color: #ff2230; 
}

br{
font-size: large;
margin-top: 0; /* paragraphs will still be spaced out from each 
other due to their bottom margins */
color:white;
}

p{
font-size: large;
margin-top: 0; /* paragraphs will still be spaced out from each 
other due to their bottom margins */
color:white;
cursor: crosshair;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom:3.0em;
	}

/*For buttons */


.comicnav a.button{
//background: transparent url('button.jpg');
background-color: #000000
display:block;
color:#FFFFFF;
font-weight:bold;
font:bold italic 1.8em Arial;
height:1.0em;
line-height:1.0em;
text-decoration:none;
border-color: #FFFFFF;
margin-bottom:1.0em;
cursor: crosshair;

}

.comicnav a:hover.button{
color:#EEEEEE;
}

.comicnav span {
//padding: 1.0em;
text-align: center; 
margin-bottom: 1.0em; 
margin-left:2.4em;
margin-right: 2.4em;			     
}

/*For footer */
#footer
{
	p{
	font-size: small;
	margin-top: 0; /* paragraphs will still be spaced out from each 
	other due to their bottom margins */
	color:white;
	cursor: crosshair;
	}
}
