/* copyright by Brush Technology Limited; author: Enno Rothe */

body { margin: 20px 40px 10px 20px; background-color:FFFFEE; } 
/* top right bottom left; use pt,pc,in,mm,cm (absolut) or px,% (relative) */

h1,h3,h4 { font-family:Eurostile,"Arial Narrow",Arial; font-style:normal; font-weight:bold; text-align:center; }
h1 { font-size:18pt; color:#000000; }
h3 { font-size:14pt; color:#333333; }
h4 { font-size:14pt; color:#000000; }

h2 { font-family:Arial,"Arial Black"; font-size:18pt; font-style:normal; font-weight:900; text-align:center; color:#DD0000; }

h5,h6 { font-family:"Arial Narrow",Times; font-style:normal; }
h5 { font-size:16pt; color:#000000; text-align:left; font-weight:bold; }
h6 { font-size:8pt; color:#333333; text-align:center; font-weight:normal; }

/* not used:
em { font-family:Times; font-size:18pt; font-style:italic; font-weight:800; text-align:center; color:#FF3300; }
*/

p,div { font-family:"Arial Narrow",Times; font-size:12pt; font-style:normal; font-weight:normal; color:#000000; }
div { text-align:justify; }
p.cent-m { text-align:center; }
p.cent-s { font-size:8pt; text-align:center; }

p.link { font-family:"Arial Narrow",Arial; font-size:12pt; font-style:normal; font-weight:bold; text-align:center; }
p.link-main { font-family:"Arial Narrow",Arial; font-size:18pt; font-style:normal; font-weight:bold; text-align:center; }
p.link-top { font-family:"Arial Narrow",Arial; font-size:8pt; text-align:right; }

a:link { color:#3300CC; text-decoration:underline; }
a:visited { color:#3300CC; text-decoration:underline; }
a:active { color:#000066; text-decoration:none; font-weight:bold; }
a:hover { color:#DD0000; font-weight:bold; }