/* CSS file */
 BODY {
   background: #FFFFFF;
   color: #000000;
   font-family: Arial, courier, serif, Arial Cyr;
 }
 A:link { color: #006F00; }
 A:visited { color: #02A40B; }
 A:active { color: #FF0000; }
 H1 {color: green }
 H2 {color: green }
 H3 {color: green }


