a:active, a:visited, a:link {
	color: #B73213;
	background: inline;
	text-decoration: none;
}
a:hover {
	color: #36347B;
	background: inline;
	text-decoration: none;
}
body {
	font-family: arial, sans-serif;
	color: #000;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4;
	margin: 0;
	background: #E4E4E4 url(bg_1.png) repeat-y;
}
.tekstit {
	width: 868px;
	height: 410px;
}
.yla {
	background: url(bg_2.png) repeat-x;
	width: 100%;
	height: 327px;}


h1 {
	font-family: "times new roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
	color: #B73213;
}
h2 {
	font-family: "times new roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
	color: #36347B;
}
h3 {
	font-family: "times new roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
	color: #36347B;
}
ol, ul {
	list-style-type: circle;
	color: #000;
}