body {
  background: ##22e3ff;
  background-image: url("zenbg-1.png"), url("zenbg-2.png");
  background-repeat: repeat-x, repeat;
  color: white;
  font-weight: bold;
}
a, a:active, a:visited  {
  color: lightblue;
}
p {
  color: black;
}
table {
  color: black;
  font-weight: normal;
  font-size: 18px;
}
h3  {
  font-size: 24px;
}