* {
	background-color: black;
	color: lime;
	font-family: monospace;
}

*.red {
	color: red;
}

*.yellow {
	color: yellow;
}
