/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	background-image: url(kuvat/tausta.jpg);
	background-color: #a6d06c;
	background-repeat: repeat-x;
}
.linkkipalkki {
	background-image: url(kuvat/links_bgr.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	word-spacing: 8px;
}
.ylapalkki {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.alapalkki {
	background-color: #FFFFFF;
	background-image: url(kuvat/alaosa.jpg);
	background-repeat: no-repeat;
}
.knp {
	font-size: 10px;
	padding-right: 32px;
}
.teksti {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FF9966;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}
#musta a:link {
	text-decoration: underline;
	color: #000000;
}
#musta a:hover {
	text-decoration: underline;
	color: #000000;
}	
#musta a:visited {
	text-decoration: underline;
	color: #000000;
}
#musta a:active {
	text-decoration: underline;
	color: #000000;
}
#knp a:link {
	text-decoration: none;
	color: #000000;
}
#knp a:visited {
	text-decoration: none;
	color: #000000;
}
#knp a:hover {
	text-decoration: underline;
	color: #000000;
}
#knp a:active {
	text-decoration: none;
	color: #000000;
}

