/* style sheet für mif.uni-freiburg.de */ 


/* Hintergrundfarbe */
body  { background-color:#FFFFF0; margin-left:10px; margin-top:5px; margin-right:1cm}
tabel {font-size:2; }
ul:type {circle;}
a {text-decoration:none;}

/* Link-Farben  normal, besucht, aktiv*/
a:link { color:#008000;font-family: Arial,Courier; font-style:normal; font-size:10pt; }
a:visited { color:#008000;font-family: Arial,Courier; font-style:normal; font-size:10pt; }
a:active { color:#008000; font-family: Arial,Courier; font-style:normal; font-size:10pt; }

/* verschiedene Font-aliase */
/* einzubinden mit z.B. <body id="alldocument">  */
#alldocument { font-family: Arial,Courier; font-style:normal; font-size:10pt }

