h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: blue; }

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: blue; }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{
	/* Background Color (darker): */
	background-color: Yellow;
}

q, .sideBox a, .sideBox span
{
	/* Background Color (lighter): */
	background-color: #FFFFE6;
}

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: blue;
}

#footer {
	background-color: Yellow;
}

body {
	background-color: #f0ffff;
}
