@charset "utf-8";

#colornames {
	text-align: center;
	font-weight: bold;
}

#colornames div {
	padding: 0.5em 0;
}

#maroon { background: maroon; color: white }
#red { background: red }
#orange { background: orange }
#yellow { background: yellow }
#olive { background: olive }
#purple { background: purple; color: white }
#fuchsia { background: fuchsia }
#white { background: white }
#lime { background: lime }
#green { background: green; color: white }
#navy { background: navy; color: white }
#blue { background: blue; color: white }
#aqua { background: aqua }
#teal { background: teal; color: white }
#black { background: black; color: white }
#silver { background: silver }
#gray { background: gray }