.category {
  font-weight:bold;
  font-family:Arial;
  font-size:24pt;
  color:#ff0097;
}

.zeitung {
  font-weight:bold;
  font-family:Arial;
  font-size:14pt;
  color:#ff0097;
}

.headline {
    font-weight: bold;
	font-family: Arial;
    font-size: 10pt;
	color: #ff0097;
}

.lauftext {
	font-family: Arial;
    font-size: 8pt;
	color: black;
}

.download {
	font-family: Courier New;
    font-size: 8pt;
}

/*Links*/
a {
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
        text-decoration: underline;
}

a:hover {
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
        text-decoration: none;
        }

