/*the style sheet for the Walking in Memphis fanlisting */

body
{	position: relative;
	width: 798px;
	margin: 0px auto 0px auto;
	color: #333333;
	background-color: ffffff;
	font-family: Verdana, sans-serif;
	background-image: url(images/bg.jpg);
}
	
div.topimage
{	position:absolute;
	left:0px;
	top:0px;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 263px;
}

div.content
{
	position: absolute;
	left: 0px;
	top: 263px;
	width: 798px;
	background-color: #FFF;
}


p, ul, li
{
	font-size: 0.8em;
	margin: 0px 10px 10px 10px;
}

em
{	font-size: 1.2em;
	color: #666666;
	font-weight: bolder;
	font-family: serif;
}
	

p.ala
	{ font-size: 0.7em;
	font-style: italic; }

p.siteinfo { text-align: right; }

h1
{
	font-size: 1.2em;
	color: #333;
	font-family: serif;
	font-weight: bolder;
	font-style: italic;
	margin: 20px 0px 0px 10px;
}

h2
{
	margin: 20px 0px 0px 10px;
	font-size: 1.1em;
	color: #000;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
}

h3
{
	margin: 40px 10px 10px 10px;
	font-size: 1.1em;
	color: #000;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	border-width: thin 0 0 0;
	border-style: solid none none none;
	padding: 0 0 3px 0;
}

div.navi
{
	font-size: 1.1em;
	font-family: serif;
	margin: 10px;
	font-weight: bolder;
	border-bottom: black;
	border-width: 0 0 thin 0;
	border-style: none none solid none;
	text-align: right;
	padding: 0 0 3px 0;
}

/*links*/
		
a:link { color: #000099; 
	   background: transparent none; 
	   text-decoration: underline; }

a:visited { color: #660066; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #9999cc;
		 background: transparent none; 
		 text-decoration: none; }

a:hover { color: #000000;
		text-decoration: none;
		background-color: #cccccc; }
		
		
		
/*codesport*/	
	
.codesort li 
{ display: inline;	}

.codesort p { text-indent: 0px; }

.credit
{	margin: 15px;
	font-size: x-small;
	font-weight: lighter; }		