.elt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.eltxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.nonprop {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.befehle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.screen {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;

}
.kommentar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	background-color: #FF9966;

}
.changes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF00;
}
