
body {
      color: #000;
      background: #fff;
      padding-left:10px;
}
a:link {
      text-decoration: none;
      color: #c50000;
}
a:visited {
      text-decoration: none;
      color: #c50000;
}
a:hover {
      text-decoration: underline;
}
span {
      font-weight:bold;
}
p.fazit {
      color: red; font-weight:bold;
}
p.frage { 
      font-weight:bold; 
}
p.info {
      color: #aaa; width:600px; margin-left: auto; margin-right:auto; text-align:center;
}
ol.inhaltsverzeichnis {
      list-style-type: decimal;
}
p {
      text-align: justify;
}
ul {
      list-style:disc;
}

