.main {
      font-family: Arial;
      font-size: 18px;
      font-weight: bold;
      color: brown;
      background-color: white;
}

.newsheader {
      font-family: Times;
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
}

.newsitem {
      font-family: Times;
      font-size: 12px;
}

.newsolderlink {
      font-family: Times;
      font-size: 12px;
}

.newspagenav {
      font-family: Time;
      font-size: 14px;
}

A.buttonlink { color: blue; text-decoration: none; }
A.buttonlink:visited { color: red; text-decoration: none; }
A.buttonlink:active { color: magenta; text-decoration: underline; }
