body {
        background-color: white;
}



A:active, A:visited, A:link {
	font-family: arial;
	color: a21a00;
	text-decoration: none;
        cursor: default;
}


A:hover {
	font-family: #959595;
	color: #DDD5BC;
	text-decoration: none;
	cursor: default;
}


div#teksti {
	font-family: arial;
        font-size: 12px;
        color: 000000;
        width: 700px;
        text-align: justify;
        position: absolute;
        top:70px;
        left:50px;
        line-height:2.0;
        cursor: default;


}




hr {
   color: a21a00;
   background: white;
}





h1{
	font-family:arial;
	font-size: 30px;
	color: a21a00;
	font-weight: bold;
	align: left;
	border-bottom: 1px  ff9933;

}



