	html { color: #003366; text-align: center; font-family: sans-serif; }
	body { color: #003366; width: 1200px; margin: 0 auto 0 auto; text-align: left; padding: 5px; }
	header { width: 100%; padding: 2%; display: table; }
	nav { background-color: #CC0033; color: white; width: 80%; display: table; text-align: center; word-spacing: 15px; font-size: large; padding: 2%; }
	article { color: #003366; width: 73%; float: right; padding-top: 2%; padding-left: 2%; text-align: justify; display: table; }
	footer { width: 100%; font-size: small; text-align: center; display: table; }
	aside { width: 20%; float: left; padding: inherit; display: table; }
	section { background-color: #CC0033; color: white; width: 20%; float: left; padding: 2%; display: table; }
	a { color: #003366; text-decoration: none; }
	.imgclass img { margin: center; }
	.whitelink { color: white; }
	.redlink { color: #003366; }
	.hangleft { width: 25%; float: left; }
	.hangright { width: 75%; float: right; }

<!-- The Arizona red is #CC0033 and the Arizona blue is #003366. -->
<!-- Coffee brown is #6F4E37 and vanilla tan is #F3E5AB. -->