
/* RGRNCA stylesheet */

BODY { background: black; color: white;
       font-family: sans-serif; font-size: 12pt }
H1 { color: green; font-family: monospaced; font-size: 20pt }
H2 { color: green; font-family: monospaced; font-size: 18pt }
H3 { color: green; font-family: monospaced; font-size: 16pt }

A:link { color: cyan; }
A:visited { color: blue; }
A:active { color: red; }

IMG { border-width: 0px; }

