@charset "utf-8";
.tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #594220;
}
.table_bg {
	background-image: url(bg3.jpg);
	background-repeat: repeat-x;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d9be97;
	font-size: 78px;
	font-weight: normal;
	font-style: normal;
	display: inline;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d9be97;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.table_borders {
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d9be97;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d9be97;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.table_bg2 {
	background-image: url(bg4.jpg);
	background-repeat: repeat-x;
}
.table_borders_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #d9be97;
}