body
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size : 12px;
	color : #000000;
	text-align : justify;
	line-height : 25px;
	background : #ffffff url(images/bg.png);
	background-repeat : repeat-y;
}

ul
{
	list-style-image:url(images/arrow.png);
	padding:  25px;
}

ol
{
	list-style-image:url(images/arrow2.png);
	padding:  10px;
}

img
{
	border: 0px;
	padding:  5px;
}

hr {
	border: 1px solid #e9e9e9;
}

h1
{
	font-size : 50px;
	line-height : 42px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	word-spacing : 10px;
	letter-spacing:3px;
	text-align : center;
	color : #000000;
	font-weight : lighter;
	font-variant:small-caps;
}

h2
{
	font-size : 25px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	color: #000000;
	word-spacing : 5px;
	letter-spacing : 3px;
	text-transform : uppercase;
	text-align : left;
	font-weight : normal;
}

h3
{
	font-size : 14px;
	font-family : Arial, Tahoma, Verdana, Sans-Serif;
	color : #000000;
	text-align : left;
	font-weight : bold;
}

i
{
	color : #000000;
}

b
{
	color : #000000;
}

u
{
	color : #000000;
}

.indexheader
{
	width : 1000px;
	height: 277px;
	position : absolute;
	top : 0px;
	left : 230px;
}

.navigaatio
{
	width : 140px;
	position : absolute;
	top : 250px;
	left : 225px;
	text-align : left;
	line-height : 32px;
	font-weight:bold;
	text-transform:uppercase;
	font-size : 13px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}

.teksti
{
	width : 520px;
	position : absolute;
	top : 250px;
	left : 370px;
}

A:link 
{
	color : #000000;
	text-decoration: none;
	border-bottom: 1px dotted #424242;
}

A:visited 
{
	color : #424242;
	text-decoration: none;
	border-bottom: 1px dotted #424242;
}

A:active
{
	color : #000000;
	font-weight:bold;
}

A:hover
{
	color : #000000;
	text-decoration: none;
	border-bottom: 1px solid #424242;
}

table
{ 
	border-spacing:20px;
	font-size : 12px;
	empty-cells: show;
	width: 520px;
	background: #F3F3F3;
	border: 0px;
}

