body {
font-family : Arial, Helvetica, sans-serif;
}



h1, p, table, form  { color: black; font-family : Arial, Helvetica, sans-serif; font-color: black; font-size : 10pt; margin-left : 5px; }
.rahmen {
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 10pt;
background-color : #ffffcc;
border-style : solid;
border-width : 1px;
border-color : gray;
padding : 5px;
margin-left : 5px;
}


/* Link-Stile:  */

A:link {
text-decoration : underline;
color : #black;
}

A:hover {
text-decoration : none;
color : red;
}

A:active {
text-decoration : underline;
color : red;
}

A:visited {
color : blue;
}