BODY {
  background: white;
  background-color: white;
}

.news {
  font-size: small;
}

.links {
  text-align: center;
  font-size: small;
}

A:link { text-decoration: none; color: #0523BA }
A:visited { text-decoration: none; color: #00680f }
A:active { text-decoration: none; color: #ba0000 }
A:hover { text-decoration: none; color: #ba0000 }

A.question { 
  text-decoration: none;
  color: #0523BA;
}

A.question:hover {
  text-decoration: none;
  color: #00680f;
}

