
body {
  background-color: #CCFF99;
  color: #05820D
}
a img {
  border: none}
a:link {
  color: #16A1CE;
  text-decoration: none
}
a:active {
  color: #3333CC;
  text-decoration: none
}
a:hover {
  color: #E40EEC;
  text-decoration: none
}
a:visited {
  color: #EBA395;
  text-decoration: none
}

h1, h2, h3, h4 {
  text-align: center;
  color: #05820D;
}
p {
   font-family:
"Courier New", Courier, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #05820D;
  text-align: center
}

div {
  font-size: 14px;
  color: #05820D
}