body {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
 font-family: monospace;
}

.ttX {
 white-space: pre;
 font-size: large;
}

.tty {
 white-space: pre;
}

.hinweis {
 font-size: large;
 color: #FF0000;
}

.daten {
 white-space: pre;
 font-weight: bold;
}

p {
 white-space: pre;
}

.h0 {
 font-size: xx-large;
 font-weight: bold;
}

h1 {
 font-size: x-large;
 font-weight: bold;
}

h2 {
 font-size: large;
 font-weight: bold;
}

h3 {
 font-size: medium;
 font-weight: bold;
}

tr:nth-of-type(odd) {
 background-color:#cfffcf;
}

td {
 white-space: pre;
}

table {
 table-layout:fixed;
}

ul { 
 display: block;
 list-style-position: outside;
 list-style-type: square;
 white-space: pre;
}
