
body  {background-colour:"#FFFFF0" }

/*  */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
  { font-family:Arial,sans-serif; color:black;}
/* Schriftart immer Arial, alternativ die serifenlose Standardschrift */
/* Schriftfarbe: schwarz */

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3 { font-size:14pt; }

h4 { font-size:12pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }

a:link    { color:#313390;  text-decoration:none; font-weight:bold;}
a:visited { color:#313390;  text-decoration:none; font-weight:bold;}
a:active  { color:#CB0D07;  text-decoration:none; font-weight:bold;}
a:hover   { color:#CB0D07;  text-decoration:none; background-color:#FFFF33; font-weight:bold; }

/* a:link = Verweise zu noch nicht besuchten Seiten  */
/* a:visited = Verweise zu bereits besuchten Seiten  */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, den die Maus berührt          */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
/* blau:    R 49 G 51 B 144  = #313390 */
/* rot:     R 203 G 13 B 7   = #CB0D07 */
/* schwarz: R 0 G 0 B 0      = #000000 */
/* gelb:    R 255 G 255 B 51 = #FFFF33 */


a.an { text-decoration:none; }


