body, td {
  font-size: 1em;
}

a { 
  text-decoration: none 
  }
a:link {
  color: 0; 
  }
a:visited { 
  color: light-blue; 
  }
a:hover {
  color: red 
  }

.title { 
  font-family: courier;
  font-size: 1em;
  font-weight: 150%;
  color: black;
  }

.menu { 
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
  font-size: small;
  color: black; 
  }
.menu a:link { 
  color: 0; 
  }
.menu a:visited { 
  color: 0; 
  }
.menu a:hover { 
  color: red;
  }

.date { 
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
  font-size: 2em; 
  font-weight: normal;
  color: white; 
  }
.date a:link { 
  color: 0; 
  }
.date a:visited { 
  color: 0; 
  }
.date a:hover { 
  color: red;
  }

.button { 
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
  background-color: white; 
  font-size: small; 
  color: #999; 
  }
.button a { 
  text-decoration: none 
  }
.button a:link { 
  color: #999; 
  }
.button a:visited { 
  color: #999; 
  }
.button a:hover { 
  color: white; 
  background-color: #999; 
  }

.section { 
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
  background-color: #999; 
  font-size: 1.2em;
  font-weight: normal; 
  color: white }
.section a:link { 
  color: 0; 
  }
.section a:visited { 
  color: 0; 
  }
.section a:hover { 
  color: red; 
  }
  
.arrow { 
  }
.arrow a { 
  text-decoration: none 
  }
.arrow a:link { 
  color: 0; 
  }
.arrow a:visited { 
  color: 0; 
  }
.arrow a:hover { 
  color: red; 
  text-decoration: none 
  }

.stories { 
  font-size: 1em; 
  line-height: 1.3em;
  }

.byline a { 
  text-decoration: none; 
  font-style: italic;
  font-size: 1em;
  }
.byline a:link { 
  color: black;
  }
.byline a:visited { 
  color: black;
  }
.byline a:hover { 
  color: red; 
  }

