/* CSS Standarddatei für die Drachenmeister Seiten */

/* Haupt */
body { color:#B8860B ; background-color:#000000 }
/* #CCC400 */

/* Textauszeichnung */

#normal { color:#DDDDDD }
#hinweis { color:#FFFF00 }
#hinweisf { color:#FFFF00; font-weight:bold}
#hinweisk { color:#FFFF00; font-style:italic}
#hinweisfk { color:#FFFF00; font-style:italic; font-weight:bold }
#hochtext { vertical-align:super }
#uprise { font-size:130% }
#textmark { color : black; background: yellow }

/* Tabelle */
table.type1 td { color:#DDDDDD }

/* Links */

a:link    { text-decoration: none; color:#4169E1; }
a:visited { text-decoration: none; color:#FA8072; }
a:active  { text-decoration: none; color:#87CEEB; }
a:hover   { text-decoration: none; color:#87CEEB; }