BODY {
  background: #EEFFEE;
  color: #006600;
  font: small Tahoma, sans-serif;
}

A {
  background: #EEFFEE;
  color: #006600;
}

H1 { /* Page Names */
  font-size: xx-large;
}

H6 { /* H6 is used for Grouping headers on the side bar and similar things on pages*/
  color: #333333;
  font-weight: bold;
  font-size: 100%;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

.note {
  color: #333333;
  font-size: smaller;
}

.shaded { /* A lightly shaded box to make something stand out a bit */
  background: #99CC99;
  color: #336633;
}

.shaded A {
  background: #99CC99;
  color: #336633;
}

.shaded H6 {
  color: #000000;
  font-weight: bold;
  font-size: 100%;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

.headshaded { /* A heavily shaded box, normally just above a shaded box as a header */
  background: #006305;
  color: #FFFFFF;
}

.headshaded H1 {
  font: bold x-large "palatino linotype", serif;
}

.headshaded H2 {
  font: bold large "palatino linotype", serif;
}

.aux { /* Auxilary info */
  color: #0C89C9;
  font-style: italic;
}

