/*the style sheet for nenuial fanlisting */

body
{	color: #CC9966;
	background-color: #003;
	font-size: 0.9em;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.1em;
	background-image: url(leitausta.jpg);
	background-repeat: no-repeat; }

p { margin: 0px 15px 10px 3px; }

img { padding: 3px; }

div.border

{	position: absolute;
	top:0px;
	left:790px;
	height:100%;
	border-right: #C96;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none; }


div.navi
{	position: absolute;
	top: 400px;
	left: 50px;
	text-align: left;
	font-size: 1.5em;
	margin: 0px;
	letter-spacing: 0.2em;
	background-color: transparent; }

/*sisalmys*/

div.content
{	position: absolute;
	top: 200px;
	left: 300px;
	width: 500px; }

em
{	font-style: italic;
	font-weight: bolder; }

h1
{
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
	margin: 5px 10px 10px 10px;
}

h2
{
	font-size: 1.0em;
	letter-spacing: 0.2em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 10px 0px 5px;
}

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

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

a:visited { color: #C9C; 
		  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: #CC9966;
	text-decoration: none;
	background: transparent none; 
	font-weight: bold; }