body {
	background-attachment: fixed;
	background-color: #F9E9DC;
	background-image: url(images/taust.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #333333;
}
a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#0B2F76;
}

a:hover {
	text-decoration:underline;
	color:#FF6600;
}