/* DATEI: guardian.css */

/* body { background-image:url(../images/kristallkugel.jpg); background-repeat:no-repeat; } */

.imp { color:#999999; font-family:Verdana; font-size:xx-small }
.he1 { color:#cccc00; font-family:Verdana; font-size:22; } 
.he2 { color:#ffffff; font-family:Verdana; font-size:12; font-weight:bolder } 
.he3 { color:#cccc00; font-family:Verdana; font-size:16; }
.norm { color:#ffff00; font-family:Verdana; font-size:12; }
.yell { color:#ffff00; font-family:Verdana; font-size:x-small; font-weight:bolder }
.titel { color:#ffff00; font-family:Verdana; font-size:x-small; font-weight:bolder }
.names { color:#ffff88; font-family:Verdana; font-size:x-small; font-weight:bolder }
.speak { color:#ffffff; font-family:Verdana; font-size:x-small; }

.bg { background-image:url(../images/kristallkugel.jpg); background-repeat:no-repeat; }

a:link    { color:#ffffcc; text-decoration:underline; }
a:visited { color:#555555; text-decoration:underline; }
a:active  { color:black; text-decoration:none; }
a:hover   { color:yellow; text-decoration:underline; }

i { color:#ffffff; }
b { color:#ffff88; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

/* a.an { text-decoration:none; } */


