.blue{
	color:blue;
	background-color:black;
	text-decoration:underline;
}
.red{
	color:red;
	background-color:yellow;
}
.yellow{
	color:yellow;
	background-color:green;
}