/*
tausta: #E1E1E1
sininen otsikko: #485B8C
yläreuna: #5E71A2
oikea reuna: #808080
brush: #ccc
*/
a:active, a:link, a:visited {
	color: #485B8C;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
body {
	font-family: arial, sans-serif;
	font-size: 13px;
	background: #E1E1E1 url(tausta.jpg) repeat-y;
	text-align: justify;
	margin: 0;
}
.linkit {
	position: absolute;left: 560px;top: 220px;
	width: 200px;
}
.linkki a {
	display: block;
	background: #f0f0f0;
	border-right: #808080 6px solid;
	padding: 5px;
	width: 130px;
	margin: 0 auto 2px auto;
	text-align: center;
	font-family: "trebuchet ms", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}
.linkki a:hover {
	color: #485B8C;
	background: #eee;
	border-right: #485B8C 6px solid;
}
.tekstit {
	width: 520px;
	position: absolute;left: 20px;top: 100px;
}
h2 {
	font-family: "times new roman", sans-serif;
	font-size: 19px;
	font-style: italic;
	color: #485B8C;
	padding: 2px 0 1px 15px;
	margin: 4px 0 4px 0;
}
h3 {
	font-family: "times new roman", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	padding: 2px 0 3px 10px;
	margin: 4px 0 4px 0;
}