body {
  font: wimpy;
  background-image: url("/img/gawk-bg.png");
}

p {
  font-size: 20px;
  line-height: 30px;
}

a:visited {color: blue;}
a:inactive {color: blue;}
a:hover {color: red;}
a:active {color: blue;}

