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