/* General style-sheet
   body text - black, 10-point */

body    {font-size: 10pt;
        color: black;
		font-family: "Comic Sans MS";}


/* Don't underline links */
a {text-decoration: none;}
a:link {color: "#0000ff";}
a:visited {color: "0000ff";}
a:active {color: "800080";}

/* footnote as 8-point helvetica, centered */
div.footnote    {font-size: 8pt;
                line-height: 12pt;
                text-align: center;}

