body {
        background-color: white;
}



A:active, A:visited, A:link {
	font-family: arial;
	color: e2c56b;
	text-decoration: underline;
        cursor: default;
}


A:hover {
	font-family: #959595;
	color: f3e8c8;
	text-decoration: none;
	cursor: default;
}


div#teksti {
	font-family: arial;
        font-size: 11.5px;
        color: 000000;
        width: 670px;
        text-align: justify;
        position: absolute;
	  line-height:1.8;
        top:100px;
        left:100px;
        cursor: default;


}




hr {
        color:8c758c;
        background:8c758c;
}


h1{
        font-family:arial;
        font-size: 15px;
        color: e2c56b;
        font-weight: bold;
        align: left;
        border-bottom: 1px dotted;  8c758c;

}

h2{
        font-family:arial;
        font-size: 11px;
        color: 222c2e;
        font-weight: bold;
        align: center;
        

}



