html, body {
   background: #fff url(lighthouse_bg.png);
   color: #000;
   font-family: arial, serif;
   font-size: 100%;
   text-decoration: none;
}

h1 {
   font-size:160%;
}

h3 {
   font-size:130%;
}

h4 {
   font-size:110%;
}

a:link {
   background: #fff url(lighthouse_bg.png);
   color: #00f;
   font-family: arial, serif;
   font-size: 100%;
   text-decoration: none;
}

a:visited {
   background: #fff url(lighthouse_bg.png);
   color: #636;
   font-family: arial, serif;
   font-size: 100%;
   text-decoration: none;
}

td.nav {
  padding-left:15px;
  font-size: 110%;
}

