/* tänne kaikki yleiset määrittelyt ja luokat jotka halutaan näkyvän sivustolla ja editorissa */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	vertical-align: top;


}
a:link{
	color: #C78811;
	text-decoration: none;
	font-weight: bold;

}
a:visited{
	color: #C78811;
	text-decoration: none;
	font-weight: bold;

}
a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}
hr {
	color: #C78811;
	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: #C78811;

}
table {
	border: 1px #999999;
	border-collapse: separate;
}
