/*the style sheet for the john howe fanlisting */

body
{	position: relative; 
	width: 484px; 
	margin: 0px auto 0px auto;
	color: #999966;
	background-color: #cccc99;
	font-family: Trebuchet MS, Tahoma, georgia; }

h3
{
	font-size: 0.9em;
	color: #663;
	text-transform: uppercase;
	padding: 15px 20px 1px 20px;
	background-color: #ffffff;
	margin: 0px;
	font-weight: bolder;
	letter-spacing: 0.3em;
}

cite
{
	font-style: italic;
	font-weight: lighter;
	color: #933;
	letter-spacing: 0.1em;
}

p, ul, form, div
{
	padding: 15px 20px 10px 20px;
	background-color: #ffffff;
	margin: 0px;
	letter-spacing: 0.1em;
}

li { margin: 0 0 0 20px; }

.affi

{ 	padding: 15px 20px 10px 20px;
	background-color: #ffffff;
	margin: 0px; }

div.navi
{	margin: 0px;
	padding: 3px 5px 5px 5px;
	font-size: larger;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 4px;
	background-color: #cccc99;
}


div.layoutkuva
{	width: 484px;
	height: 454px;
	margin: 0px;
	background-color: transparent;
	background-image: url(layout.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}



div.content
{
	width: 446px;
	background-color: #cccc99;
	text-align: left;
	font-size: 0.8em;
	font-weight: lighter;
	padding: 0px 0px 0px 19px;
}

p.dis
{	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right; }
	
p.eisisenna { text-indent: 0px; }	
	
	
/*links*/
		
a:link { color: #33C; 
	   background: transparent none; 
	   text-decoration: underline; }

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

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

a:hover
{
	color: #666633;
	text-decoration: none;
	background: transparent none; 
	font-weight: bolder;
}


/*codesporting*/


.codesort li 
{ display: inline; }

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

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

.codesort h2
{	font-size: 0.9em;
	color: #663;
	text-transform: uppercase;
	padding: 15px 20px 1px 20px;
	background-color: #ffffff;
	margin: 0px;
	font-weight: bolder;
	letter-spacing: 0.3em; }


