body {
	background-color: #FFFFFF;
}
.bold {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.normaali {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.kursiivi {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
.bold_instructions {

	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.normaali_instuctions {

	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.normaalivalko {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
