body {
   margin-top: 0px; background-color:rgb(251,224,128); margin-bottom: 5px;
   font-family: 'Times New Roman'; font-size: 14pt; font-weight:normal;
   color:black;
}
.small12 {
   font-size:12pt;
}
.small10 {
   font-size:10pt;
}
.big16 {
   font-size:16pt; font-weight:bold;
}
.fett {
   font-weight: bold;
}
.bold {
   font-weight: bold;
}
.italic {
   font-style: italic;
}
.underl {
   text-decoration: underline;
}
.blink {
   text-decoration: blink;
}
.none {
   text-decoration: none;
}
.left {
   text-align:left;
}
.right {
   text-align:right;
}
.center {
   text-align:center;
}
.just {
   text-align:justify;
   }
.black {
   color:black;
}
.red {
   color:red;
   }
.green {
   color:rgb(12,121,61);
   }
.beige {
   color:rgb(251,224,128);
   }.blue {
   color:blue;
   }
H1 {
   font-size: 20pt; font-family: 'Comic Sans MS','Arial';
   font-style: italic; font-weight: bold; text-align:center;
}
H2 {
   font-size: 18pt; font-family: 'Comic Sans MS','Arial';
   font-style: italic; font-weight: bold; text-align:center;
}
H3 {
   font-size: 16pt; color: black; text-decoration: underline;
   font-weigth:normal; text-align:center;
}
H4 {
   font-size: 14pt; color: black; font-weigth:normal;
}
H5 {
   font-size: 14pt; font-family: 'Comic Sans MS','Arial';
   color: blue; font-weight: bold; text-align:center;
}
img {
   border-style:none; border-width:0;
}
table {
   border-with:0; width:100%;
}
UL {
   font-size: 12pt; font-weight: normal;
   list-style-type: disc;
}
OL {
   font-size: 12pt; font-weight: normal;
   list-style-type: decimal;
}
LI {
   font-size: 12pt; font-weight: normal;
}
UL.normal {
   font-size: 12pt; font-weight: normal;
}
OL.normal {
   font-size: 12pt; font-weight: normal;
}
LI.normal {
   font-size: 12pt; font-weight: normal;
}
P.autor {
   font-size: 10pt; font-weigth:normal;
}
A:link {
   color: #0000ee; text-decoration: underline;
}
A:visited {
   color: #551a8b; text-decoration: underline;
}
A:active {
   color: #ff0000; text-decoration: none;
}
OL.num {
   list-style-type: decimal;
}
OL.alpha {
   LIST-STYLE-TYPE: lower-alpha;
}
OL.Roman {
   LIST-STYLE-TYPE: upper-roman;
}
OL.ohne {
   LIST-STYLE-TYPE: none;
}
UL.eckig {
   LIST-STYLE-TYPE: square;
}
UL.rund {
   LIST-STYLE-TYPE: disc;
}
UL.ohne {
   LIST-STYLE-TYPE: none;
}