body {  background-color: #648c26 ;
		margin: 0;
		padding: 0;
}

a:link {color: #648c26 ; text-decoration: underline}
a:visited {color: #648c26 ; text-decoration: underline}
a:active {color: #648c26 ; text-decoration: none }
a:hover {color: #648c26 ; text-decoration: none }

div.taustakuva {
	background-image: url("tausta2.jpg");
	background-color: black;
	width:800px;
	height:381px;
	margin-top: 0px;
	margin-left: 100px;
	padding-top: 0px;
	z-index:1;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	display: block;
}

div.teksti {
	background-color: #dede8d;
	position:absolute;
	top:210px;
	left:270px;
	width:590px;
	z-index:2;
	border-color:black;
	border-style:solid;
	border-width:1px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
}

div.menu {
	position:absolute;
	top:210px;
	left:80px;
	z-index:2;
	color:black;

}

div.linkit {
	list-style-type:none;
}

div.linkit a {
	color:black;
	text-decoration:none;
	width:150px;
	height:20px;
	padding:5px 10px;
	display:block;
	border-color:black;
	border-style:solid;
	border-width:1px;
	background-color: #dede8d;
	margin-bottom:6px;
}

div.linkit a:visited {
	color:black;
	text-decoration:none;
	width:150px;
	height:20px;
	padding:5px 10px;
	display:block;
	border-color:black;
	border-style:solid;
	border-width:1px;
	background-color: #dede8d;
	margin-bottom:6px;
} 
div.linkit a:hover {
	color:white;
	background-color: #648c26;
}

h1 {
	color: #39540f;
	font-size: 12pt;
	font-weight: bold;
}

body hr {
	width: 585px;
	align: left;
	border: dashed;
	border-width: 1px;
	border-color: #648c26;
}