/* this is the ccs file.  */

body {font-size: 12pt;
      font-family: "Times New Roman";
      color: black;
     }

/* Don't underline links, and make all link blue. */
 a {text-decoration: none;}
 a:link {color: "#000080";}
 a:visited {color: puple;}
 a:active {color: "#000080";}

/* Format footnotes as 9-point Book Antiqua, and center them */

div.footnote {font-size: 9pt;
              line-height: 12pt;
              text-align: center;
              color: "#000080";
              }

