body { 
  background: rgb(255,255,255); 
}
a:link { color: black; }
a:hover, a:visited:hover { color: black; }
a:visited { color: black; }

/* <div class="main">...</div> contains the main part of the page. */
.main { 
  border-color: white; border-style: solid; 
  background-color: white; 
}
.home, .contact, .archive, .links, .enter, .last-month, .next-month {
  background-color: white; 
}
