<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
   Datei multichoice.css
     stellt alle StyleSheets zu einfachen Multipl-Choice-Aufgaben
     Multiple-Choice-Tests zur Verfuegung
     (c) Juni 2004  Michael Ziemke, Koeln
*/

body {
       background-color:#FFFF99;
       font-family:Arial;
       font-size:12pt;
       color:black;
       }
h1 { font-size:24pt;
     color:#A0A050;
     margin-top:0px; margin-right:0px; margin-bottom:6px; margin-left:0px;
     }
h3 { font-size:18pt;
     color:#FFCC66;
     font-weight:bold;
     margin-top:0px; margin-right:0px; margin-bottom:4px; margin-left:0px;
     }
table {
     border:0; padding:3px; width:100%;
     }
th   {
     width:100%; text-align:left;
     }
td.col2   {
     width:50%; text-align:left; vertical-align:top;
     }
th.col3   {
     width:100%; text-align:left;
     }
td.col3   {
     width:40%; text-align:left;
     }
p.titel_info {
     margin-top:0px; margin-right:0px; margin-bottom:4px; margin-left:0px; font-style:italic;
     }
/*
p,li  { font-size:12pt;
        line-height:14pt;
        font-family:Helvetica,Arial,sans-serif;
        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:blue; }
*/</pre></body></html>