<!--
  main.css
    
  Author:       Niko Luojumäki
  Created:      10.5.2000
-->

BODY { background-color: #f5f5ff; font-family: Arial; margin:40;}

A:link    { color: #0000ff; }
A:visited { color: #0000aa; }
A:active  { color: #CC00cc; }
A:hover   { color: #00aaff; }

H1 { text-align: center; font-size:40pt;}
H2 { text-align: center; font-size:16pt;}
H3 { text-align: left; font-size:14pt;}
