body  { margin-top : 10px; margin-bottom : 10px;
        margin-left : 10px; margin-right : 10px;
        background-color : #ffffff;
	color : #000000;
	font-family : Helvetica;
	font-size : 12pt;}

h1 { font-size:28pt; text-align:center; }

h2 { font-size:15pt; }

h3 { font-size:12pt; }

h4 { font-size:9pt; }

a:link    {text-decoration: underline; color: #0000ff; font-style: normal}
a:active  {text-decoration: underline; color: #800080; font-style: normal}
a:visited {text-decoration: underline; color: #800080; font-style: normal}
a:hover   {text-decoration: underline; color: #0000ff; font-style: normal}
 
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

