/*
 * Newspapers listing styles
 */

div#newspapers {
  margin-top: 1.5em;
}
div#newspapers h3.portal {
  font-family: georgia, serif;
  font-size: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  background: url(/img/dotted-line.gif) bottom left repeat-x; 
}
div#newspapers ul {
  margin-bottom: 2em;
}
div#newspapers ul li {
  margin: 0 0 3px 10px;
}
