body .content a,
body .article h3 a,
body h2 a,
html #footer a
{
  color: rgb(0, 102, 204);
  text-decoration: underline;
}


body .content
{
  font-size: 26px;
}

h2
{
  font-size: 3.2em;
}

.date
{
  font-family: 'Helveltica';
  font-size: 20px;
  font-weight: normal;
}

