/* MyStyles.css */
body  { margin-top:4px; margin-bottom:4px; }

h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,
p,nobr,br,b,i,big,small,u,s,sup,sub,body 
      { color:#87216e; font-family:Arial,sans-serif; font-weight:bold; }

h1,h2 { font-size:18pt; } /* Seiten-Ueberschriften */
h3,h4 { font-size:15pt; } 

ul,ol,li,div,td,th,blockqoute,
p,nobr,br,b,i,body { font-size:12pt; } /* "normaler" Text */

a:link { color:#87216e; text-decoration:none; }   /* noch nicht besuchte */
a:visited { color:#531644; text-decoration:none; }  /* schon besuchte */
a:active { color:#531644; text-decoration:underline; } /* gerade aktive */ 
/* underline ist Default! */
