/*the style sheet for the harlequin fish fanlisting */

body
{
	background-color: #6C0;
	color: #003300;
	position: relative;
	min-width: 800px;
	width: 50%;
	margin: 0px auto 0px auto;
	font-family: Times New Roman, Times, serif;
	background-image: url(images/beegee.jpg);
	background-repeat: repeat-x;
}



em
{
	font-style: italic;
	font-weight: bold;
}
	
p, ul, li
{
	margin: 10px 104px 10px 91px;
	font-size: 1.1em;
}	

/*kuvien sijoittelu*/

div.laytop
{	top: 0px;
	width: 800px;
	height: 297px;
	background-color: inherit;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat; }


/*navigointi*/
div.navi
{   font-family: Verdana, Arial, sans-serif;
	top: 297px;
	width: 800px;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}


/*sisalmys*/

div.content
{
	top: 350px;
	width: 800px;
	
}


h1
{
	color: #990033;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: 0.2em;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 91px;
	padding: 5px;
}

h2
{
	color: #003300;
	font-size: 1.3em;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: 0.2em;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 91px;
	padding: 5px;
}


h3
{
	color: #990033;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	border-color: #990033;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	margin: 20px 104px 0 91px;
	padding: 5px;
}

p.dis
{	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	border-color: #663300;
	border-width: 1px;
	border-style: dotted none none none; }

/*links*/
		
a:link { color: #336699;
	background: transparent none;
	text-decoration: underline;
	font-weight: bold; }

a:visited { color: #666; 
		  background: transparent none; 
		  text-decoration: underline;
		  font-weight: bold; }

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

a:hover { color: #990033;
	text-decoration: none;
	background: transparent none; 
	font-weight: bold; }
	
/*codesport*/	
	
.codesort li {

	font-size: 0.8em; }


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