body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-image: url("tausta_lehti.gif");*/
	background-position: top left;
	background-repeat: repeat;
}

table.body {
	width: 800px;
	/*height: 400px;*/
	border-collapse: collapse;
	border-width: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #CBDA8F;
}

table.heading {
	width: 800px;
	height: 155px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #426718;
	border-style: 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("KM_top1.png");
	background-position: top left;
	background-repeat: no-repeat;
}

table.links {
	width: 750px;
	height: 25px;
	border-style: dotted;
	border-width: 2px;
	border-color: #426718;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #426718;
}

table.contents {
	width: 700px;
	height: 200px;
	border-style: solid;
	border: 1px;
	border-color: #426718;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #CBDA8F;	
}

h1.heading {
	font-family: "Verdana";
	font-size: 30px;
	text-align: center;
	color: #426718;
}

h2.slogan {
	font-family: verdana;
	font-size: 15px;
	text-align: center;
	color: #426718;
}

h2.text {
	font-family: verdana;
	font-size: 12px;
	color: #426718;
}

h3.text {
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-align: left;
}

td.link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

td.contents {
	font-family: verdana;
	font-size: 12px;
}

td.centered_image {
	text-align: center;
	font-family: verdana;
	font-size: 12px;	
}

div.contents {
	width: 700px;
}

a:link  {
	color: #426718;
	text-decoration: none;
	}

a:visited
	{
	color: #426718;
	text-decoration: none;
	}

a:hover 
	{
	color: black;
	}

a:active   
	{
	color: #426718;
	text-decoration: none;
	}

