/*  Stylesheet-Datei Internationale Pfadfinderabzeichen  */

/* Hintergrundfarbe festlegen */
body { background-color:#FFFFC8; }

/* Textformate */

h1 { font-size:160%; font-weight:bold; text-decoration:underline; }
h2 { font-size:150%; font-weight:bold; text-decoration:underline; }
h3 { font-size:130%; font-weight:bold; }
h4 { font-size:125%; font-weight:bold; }

/* Textformat-Unterklassen definieren */
all.normal { font-size:125%; }
all.justify { text-align:justify; font-size:125%; }
all.center { text-align:center; font-size:125%; }

ol.num { ol list-style-type:decimal; font-size:125%; }


/* Formate der Links (Pseudoelemente) */
a:link { color:#0000FF; }
a:visited { color:#FF0080; }
a:active { color:#FF0080; font-style:italic}