/* body text white 10 point, background black, 10 point margins */

body      {font-size: 10pt;
           font-family: "Arial, Helvetica";
           color: #ffffff;
           background: #000000;
           margin-left: 40pt;
           margin-right: 40pt;}


/* same as above but for tables */

table      {font-size: 10pt;
           font-family: "Arial, Helvetica";
           color: #ffffff;
           background: #000000;}


/* headings 1, 2, 3 */

h1         {font: 24pt Lithographlight, Harrington, Arial, Helvetica;}
h2         {font: 18pt Lithographlight, Harrington, Arial, Helvetica;}
h3         {font: 16pt Arial, Helvetica; color: #09AA00}


/* don't underline links, links pale blue, dark green visited, bright green active */

a {text-decoration: none;
   font-size: 12pt;}
a:link {color: #59C5F9}
a:visited {color: #09AA00}
a:active {color: #00ff00}
a:hover {color: #ffffff}