/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: black; }
/*   color: #4080ff; */

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #0080ff; }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }



/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer {
  background-color: #f2f6ff;
}
#footer .contact {
  background-color: #f2f6ff;
}
#midsection  { background:#ffc; }

.resultstitle {
background-color: #e8f0ff;
font-weight: bold;
}
.resultstitlea {
background-color: #e8f0ff;
}

