/* DATEI: pep-format.css */


/* Es folgen die Style-Definitionen */

body { margin-top:10px; margin-bottom:10px; }

p, h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:verdana, Arial,sans-serif; }
h1, h2, h3
     { font-family:verdana, Arial,sans-serif;  }

/* verdana, Arial,sans-serif, Times, Times New roman,serif */


h1 { font-size:15pt; COLOR:#3c3c3c; text-decoration:none;}


h2 { font-size:13pt;  COLOR:#3c3c3c; text-decoration:none;}


h3 { font-size:13pt; COLOR:#ca0000; }

h4 { font-size:12pt; }

p,ul,ol,li,div,td { font-size:11pt; }
/* normaler Text underline */

a:link { color:#46acd2;  text-decoration:none; }
a:visited { color:#46acd2; text-decoration:none; }
a:active { color:#46acd2; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }




