/* CSS Standarddatei für die Drachenmeister Seiten */
/* Neugierig wie? Na gut, will ich mal nicht so sein, die Kommentare sind sicher hilfreich! */

/* Links */

/* Pseudo Elemente */

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

/* Format Unterklassen */

/* Ein wirklich großer Titel */
h1.bigger { font-size:xx-large; }

/* Unabhängige Format */

/* Textauszeichnungen */
#fett { font-weight:bold; }
#kursiv { font-style:normal; }
#fettkursiv { font-weight:bold; font-style:normal; }

/* Textfarben */
#golden { color:#FFD900; }
#creme { color:#FFFFCC; }
#visit { color:#FA8072; text-decoration:none; }