body {
  margin:             0;
  font-family:        Times New Roman, serif;
  background-color:   transparent;
  background-image:   url(http://www.kcbig.net/images/emerald-back.png);
}
h1, h2, h3, h4 {
  font-family:        Times New Roman, serif;
  font-weight:        bold;
  text-align:         center;
  color:              #006633;
  background-color:   transparent;
}

h1 {
  font-size:          300%;
  font-style:         italic;
  font-weight:        none;
}
h2 {
  font-size:          150%;
}
h3 {
  font-size:          110%;
  color:              black;
}
h4 {
  font-size:          110%;
  text-align:         left;
  font-style:         none;
  color:              black;
}

a {
  font-weight:        bold;
  color:              #003366;
  background-color:   transparent;
}
a.light {
  color:              #ccff66;
}
a.smlight {
  font-size:          80%;
  color:              #ccff66;
}
a.dark {
  color:              #006633;
}
a:hover {
  color:              #993366;
}
a:hover.light {
  color:              #ffcc00;
}
a:hover.smlight {
  color:              #ffcc00;
}
a:hover.dark {
  color:              #33cc66;
}
a:active {
  color:              #993366;
}
a:active.light {
  color:              #ffcc00;
}
a:active.smlight {
  color:              #ffcc00;
}
a:active.dark {
  color:              #33cc66;
}

hr {
  color:              #339966;
}

table {
  border-color:       lightgreen darkgreen darkgreen lightgreen;
}
td.alternate {
  background-color:   #ccddcc;
}
tr.alternate {
  background-color:   #ccddcc;
}

span.light {
  font-weight:        bold;
  color:              #ccff66;
}
