body {
  background-color: rgb(100%,94%,91%);
  color: rgb(70%,0%,0%);
  font-family: Comic;
  font-weight: bold;
  /*Fonts: Verdana (Default), Comic*/
}

h1 {
  background-color: rgb(100%,82%,73%);
  color: rgb(50%,0%,0%);
}

h2 {
  background-color: rgb(100%,82%,73%);
  color: rgb(50%,0%,0%);
}

p {
  line-height: 0.95;
}

a {
  color: rgb(100%,0%,0%);
}