body {
	  background: url(miolle2.png) ;
        margin: 0;
        background-repeat: repeat-y;
        background-color: d8d8cd;
}



A:active, A:visited, A:link {
	font-family: arial;
	color: db5122;
	text-decoration: none;
        cursor: default;
}


A:hover {
	font-family: #959595;
	color: bf471e;
	text-decoration: none;
	cursor: default;
}


div#teksti {
	font-family: arial;
        font-size: 12px;
        color: 000000;
        width: 760px;
        text-align: justify;
        position: absolute;
        top:100px;
        left:50px;
        line-height:2.0;
        cursor: default;

}

h1{
	font-family:arial;
	font-size: 15px;
	color: db5122;
        line-height:0.5;
	align: left;

}


h2 {
	font-family: arial;
	font-size: 8pt;
	color: gray;
	font-weight: normal;
	text-align: left;
}




