body {background-color: white;}
p {
  color: #006F00;
  font-family: verdana;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #008400;
  font-family: verdana;
  font-size: 22px;
  line-height: 24px;
}
h2 {
  color: #008400;
  font-family: verdana;
  font-size: 18px;
  line-height: 22px
}
h3 {
  color: #FF8000;
  font-family: verdana;
  font-size: 16px;
  line-height: 20px
}
li {
  color: #008400;
  font-family: verdana;
  font-size: 16px;
  line-height: 20px;
}
a:link {
  color: blue;
}
a:visited {
  color: #6699ff;
}
a:active {
  color: #ff6666;
}
