body {font-size: 10pt;
      font-family: "verdana, tahoma, lucida sans unicode arial, times new roman";
      color: black;
      background: black;
      line-height: 20pt;   /* pt can be in, cm, px, or em (widths-of-a-letter-m) */
      margin-left: 12pt;
      margin-right: 20pt;}

/* indent paragraphs */
p {margin-left: 20pt;
  margin-right: 20pt;}

a {text-decoration: underline;} /* can be "none" */
a:link {color: #0000ff;}
a:visited {color: #0000ff;}
a:active {color: #0033ff;}

div.footnote {font-size: 10pt;  /* format any <div class="footnote" in this way */
	     line-height: 12pt;
	     text-align: center;} 

div.center {text-align: center;}

table {font-size: 10pt;}
td.center {text-align: center;}