/* tänne kaikki yleiset määrittelyt ja luokat jotka halutaan näkyvän sivustolla ja editorissa */
body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}



h3 {
	font-family: Tahoma, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

h4 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}


td {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	vertical-align: top;


}
a:link{
	color: #4F88B3;
	text-decoration: none;
	font-weight: bold;

}
a:visited{
	color: #4F88B3;
	text-decoration: none;
	font-weight: bold;

}
a:hover{
	color: #469646;
	text-decoration: none;
	font-weight: bold;

}
hr {
color: #469646;
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.laatikko {
	background-color: #FFFFFF;
	padding: 8px;
	width: auto;
	border: 1px solid #000000;
}
img {
	border-color: #469646;

}

