body {
        background-color: white;
}



A:active, A:visited, A:link {
	font-family: arial;
	color: gray;
	text-decoration: underline;
        cursor: default;
}


A:hover {
	font-family: #959595;
	color: #DDD5BC;
	text-decoration: none;
	cursor: default;
}


div#teksti {
	font-family: trebuchet ms;
        font-size: 12px;
        color: black;
        width: 800px;
        text-align: justify;
        position: absolute;
        top:100px;
        left:50px;
        line-height:2.0;
        cursor: default;


}




hr {
   color: black;
   background: black;
}





h1{
	font-family:georgia;
	font-size: 16px;
	color: black;
	font-weight: normal;
	align: left;
	border-bottom: 1px  ff9933;

}

h2{
	font-family:georgia;
	font-size: 30px;
	color: black;
	font-weight: normal;
	align: center;
	border-bottom: 1px  ff9933;

}

