/* Datei: browser.css */
p, h1, h2, h3, h4, h5 {font-family:Gill Sans, Verdana, Arial; }

/* Standardschrift */
p { font-size:12px; font-weight: lighter; }
h1 { font-size:12px; font-weight: lighter; }
h1 i { font-size:12px; font-weight: lighter; color: rgb(0, 0, 153); }
h2 { font-size:12px; font-weight: bold; }
h2 i { font-size:12px; font-weight: bold; color: rgb(0, 0, 153); }

/* Navigation */
h3 { font-size:10px; font-weight: lighter; color: rgb(0, 0, 153); }

/* Ueberschrift klein */
h4 { font-size:14px; font-weight: bold; color: rgb(0, 0, 153); }
h5 { font-size:14px; font-weight: bold; }

/* Aufzaehlungszeichen */
ul { style:"list-style-type:circle" }