body {
  background-color: white;
  font-family: serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  padding: 1em;
}

.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

a {
  color: black;
  text-decoration: none;
  background-color: #e5e5e5;
}

.controlstyle a{ /*links inside DIV sizecontroldiv*/
outline:none;
font-style: italic;
}
