body                {font-family: Arial, Helvetica, sans-serif;   font-size: 16px;
                 background-color: #ffffff;   color: #333333;}

<!-- Die Reihenfolge der Pseudoformate a:xxx ist zwingend -->
a                {font-weight: bold}

a:link                 {color: #000000;   text-decoration: none}

a:visited         {color: #000000;   text-decoration: none}

a:hover          {color: #009900;   text-decoration: underline}

a:active         {color: #990000;   text-decoration: underline}

a:focus        {text-decoration: underline}

<!-- Überschriften -->
h1                {font-size: 25px;   font-style: normal;color:#000000}

h2                {font-size: 16px;   font-style: normal}

h3                {font-size: 12px;   font-style: normal}

td               {font-family: Arial, Helvetica, sans-serif;   font-size: 14px;}

table.maschine td,
table.maschine th {
  padding: 1px;
  border: solid #C0C0C0 1px;
 
}

ul.list {
 padding-left: 20px;
}


<!-- Ende -->