body {
  margin: 20px;
  padding: 0px;
}

a {
  color: #ffffff;
}

a:hover {
  color: #669933;
} 

/* the following is for ie */

a img {
  border: 1px solid #fff;
}

a:hover img {
  border: 1px solid #669933;
}

.toc-item {
  text-align: center;
}

.blurb A { color: #669933; }

.blurb {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 9pt;
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 40px;
}

