/* Päämääritykset, yleinen fontti & värit jne. */
BODY { font-family: Helvetica, Arial, Verdana, sans-serif; max-width: 42em; margin-left: auto; margin-right: auto; margin-top: 3em; padding: 1em; }

HTML { background: #eee none; }

BODY { background: white none; }

/* "Oikeat" otsikot */
H1 { color: #000080; text-align: center; margin-top: 2em; margin-bottom: 1em; }
H2, H3 { color: #000000; }
H1 { font-size: 200%; }
H2 { font-size: 140%; }
H2.osio { color: #000080; font-size: 170%; }

/* Otsake, esim. "Pääkirjoitus" tai "Pääsihteerin palsta" */
P.ylaotsikko { color: #000080; font-size: 150%; }

/* Lehden nimi ja numero, isolla kirjasimella */
P.lehti { font-size: 190%; }

/* Ylä- ja alareunan navigointipalkki */
P.navi { font-weight: bold; text-align: center; }
P.navi A { text-decoration: none; }
P.navi A:hover { text-decoration: underline; }

/* Perusviiva. Erottaa päätekstin navigoinnista yms. */
HR { background-color: #202080; border: 0px; color: #202080; height: 2px; }

/* Ohuempi viiva. Erottaa jutun sisällä eri osiot. */
HR.pieni { height: 1px; width: 70%; }

/* Tekstin erityiset osat */
P.ingressi { font-weight: bold; }
P.tekija { margin-left: 3em; font-style: italic; }
P.kuka { font-style: italic; margin-left: 10%; text-align: right; }

/* Määrityksiä leipätekstin sisälle */
SPAN.lihavoi { font-weight: bold; }
