/* Styles fuer Leipziger Strassenbahnseiten - Buttons*/

/* Link-Farben */
a:link {color:#f7c600;text-decoration:none;font-weight:bold}     /* Links dunkelgelb */
a:visited {color:#f7c600;text-decoration:none;font-weight:bold}  
a:hover {color:#f7c600;text-decoration:none;font-weight:bold}    

/* Grundeinstellungen */
/* Hintergrund, Textfarbe schwarz */
body { background-color:#20007f;color:#000000 }

/* 20007f */

#weiss {color:#dddbee}

/* Absaetze, Listen, Tabellen, Tabellenfelder */
/* Schriftart Arial, Groesse 10 Punkt */
b,i, center, ul,li,p,table,td {font-family:Arial;font-size:10pt}

