/*** news boxes ***/

#news {
  margin-left: 1em;
}

#news div.content {
  padding: 1em;
}

#news div.content div.pieceofnews {
  margin-bottom: 1em;
}

#news div.content div.pieceofnews a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#news div.content div.pieceofnews a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}

#news div.content div.pieceofnews div.publicationdate {
  text-align: right;
}
