body  {font-family: Arial, Helvetica, sans-serif; 
		 font-size: 12pt;
		 position: absolute; left: 20px; top: 10px}
hr    {background-color:#000000; color:#000000; border: #000000; height: 1px}
h1    {font-size: 20pt; font-weight: normal}
table {font-family: Arial, Helvetica, sans-serif; font-size: 12pt}
ol    {position: relative; left: 15px}
/*roter Link*/
a.red:link {color: #990000; text-decoration: none}     /* unvisited link */
a.red:visited {color: #FF0000; text-decoration: none}  /* visited link */
a.red:hover {color: #FF0000; text-decoration: none}   /* mouse over link */
a.red:active {color: #FF0000; text-decoration: none}   /* selected link */

/*blauer Link*/
a.blue:link {color: #000099; text-decoration: none}     /* unvisited link */
a.blue:visited {color: #0000FF; text-decoration: none}  /* visited link */
a.blue:hover {color: #0000FF; text-decoration: none}   /* mouse over link */
a.blue:active {color: #0000FF; text-decoration: none}   /* selected link */

/*gruener Link*/
a.green:link {color: #006600; text-decoration: none}     /* unvisited link */
a.green:visited {color: #33CC00; text-decoration: none}  /* visited link */
a.green:hover {color: #33CC00; text-decoration: none}   /* mouse over link */
a.green:active {color: #33CC00; text-decoration: none}   /* selected link */

