
html, body {
	margin: 0;
	background: #ffffff;
}



A:link { 
  color: #67217a;
  text-decoration:underline;
}      

A:visited {
  color: #67217a;
  text-decoration:underline; 
}      

A:hover {
  color: #bfbab1;
  text-decoration:underline; 
}

A:active {
  color: #bfbab1;
  text-decoration:underline;
}



.tekstblok {
	margin-top: 10px;
	text-align: center; 
	color: #67217a; 
	font-size: 16px;
	font-style: normal; 
	line-height: 140%; 
	font-family: tahoma,arial;
}




hr {
	color: #bfbab1;
	border: none;
	border-top: 1px solid #bfbab1;
	height: 1px;
}
