body, tr, td, th, p { 
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
body {
  color: #0000ff;
  background: url(pics/bg_snowtrees.jpg);
}
td {
  width: 16%;
  height: 18%;
  background: transparent;
  text-align: center;
  vertical-align: middle;
}
h1 {
  color: #c03; 
  padding-left: 10px;
}
h2 {
  color: #00f; 
}
a {
  font-size: 120%;
  text-decoration: none;
}
a:link {
  color: #00f; 
}
a:visited {
  color: #f0f; 
}
a:hover { 
  color: #e00;
  font-size: 170%;
  font-weight: bold;
}
a.oldie:link, 
a.oldie:visited, 
a.oldie:hover {
  color: red;
  font-size: 120%;
  font-weight: 500;
  text-decoration: underline;
}
a.nov:link, 
a.nov:visited, 
a.nov:hover {
  color: #c03;
  font-size: 105%;
  font-weight: 500;
  text-decoration: underline;
}
.bonus a:link, 
.bonus a:visited, 
.bonus a:hover {
  color: #c03;
  font: 500 italic 18px Georgia,"Times New Roman",Times; 
  letter-spacing: 0.06em;
  text-decoration: underline;
}


