h1 { font-weight:bold;color:darkblue}
h2 { font-weight:bold;color:darkblue}
h3 { font-weight:bold;color:darkblue}

p { font-size:20px;color:blue }
th {background-color: yellow; font-size:20px }
td { text-align:left; color:darkblue; font-size:40px; border: thin solid blue }
td.x { border-bottom: solid red }
td.y { border-top: solid red }


   .n2 { text-align: right; color: blue; font-size:22px}
   .blau { font-size:20px;color:blue }
   .normal { text-align:center; color:black;  background-color: red }
   .neu2 { font-size:20px; color : black; background-color: yellow}
   .neu7 { background-color: yellow}

table.brd {font-family: sans-serif ; border: thin solid black }
body.bg { background-color: lightblue }
input.neu { font-size:20px; color : red; background-color: lightyellow}
td.neu:before {content: " "; }    # damit alle Spalten wenigstens zu sehen sind. before content geht nur allein in einer Zuordnung
