body {
	background-color: #000000;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.normaali {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
.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: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
