body {
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
} 

*.klein{
font-size: 10;
}

h1 {
color: rgb(0, 0, 160);
font-size: 36;
text-align: center;
text-decoration: none;
font-family: arial;
}
h2 {
color: rgb(0, 0, 160);
font-size: 20;
text-align: left;
text-decoration: none;
font-family: arial;
}
h3 {
color: rgb(0, 0, 160);
font-size: 16;
text-align: center;
text-decoration: none;
font-family: arial;
}

p {
color: rgb(0, 0, 160);
font-size: 16;
text-decoration: none;
font-family: arial;
}

ps {
color: rgb(0, 0, 160);
font-size: 14;
text-decoration: none;
font-family: arial;
}

a:link { 
color: rgb(0, 0, 160);
text-decoration: underline;
font-weight: bold
}
a:visited { 
color: rgb(0, 0, 160);
text-decoration: underline;
font-weight: bold
}
a:hover {
color: rgb(0, 0, 160);
text-decoration: underline;
font-weight: bold;
}
a:active {
color: rgb(0, 0, 160);
text-decoration: underline;
font-weight: bold;
}

table {
  border: 0;
  font-family: arial;
  font-size:14px;
  empty-cells:show;
}
th {
  color: rgb(0, 0, 160);
  font-size: 16;
  vertical-align:top;
  text-align:left;
  font-weight: bold;
}
td {
  color: rgb(0, 0, 160);
  font-size: 16;
  vertical-align:top;
} 
li {
  color: rgb(0, 0, 160);
  font-size: 16;
  vertical-align:top;
} 