body {
	background-color: #000000;
	color: #FFFFFF;
}
.red {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.orange {
	color: #FF9933;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.yellow {
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.green {
	color: #00FF00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blue {
	color: #00FFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.indigo {
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.violet {
	color: #FF00FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
