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;
}