/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/tausta.jpg);
	margin-top: 0px;
	background-color: #1d6890;
	font-size: 12px;
	background-repeat: repeat-x;
}
.linkit {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
}
.teksti {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/keskitausta.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#text a:link {
	color: #000000;
	text-decoration: underline;
}
#text a:visited {
	text-decoration: underline;
	color: #000000;
}
#text a:hover {
	text-decoration: underline;
	color: #000000;
}
#text a:active {
	text-decoration: underline;
	color: #000000;
}
.ylaosa {
	background-image: url(images/ylaosa.jpg);
	background-repeat: no-repeat;
}
.keskitausta {
	background-image: url(images/keskitausta.jpg);
	background-repeat: repeat-y;
}

