div { text-align: center; }

table { width: 85%; margin: auto; }

#copy { text-align: right; }

#blue {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#red {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#yellow {
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
}