@charset "utf-8";
/* CSS Document */

.taulukonreuna {
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url(solutausta.jpg);
}
.linkintausta {
	background-image: url(linkintausta.jpg);
	height: 30px;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.alasolu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #DDD;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.Otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
