
/* This gets rid of the bullets.  I wish I knew how to outdent the
list items too. */

ol.issuelist, ul.issuelist {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

ul.issuelist { text-align: left; }

/* To get rid of the _dc() comments in order to preview, append #nodc to the URL. This works by a script at the top uri-note.html  */
/* <script type="text/javascript"> */
/* //<![CDATA[ */
/* if( /#nodc$/.exec(window.location)) */
/*  { document.write('<style type="text/css">.dc {display:none}</style>'); } */
/* //]]> */
/* </script> */

/* .dc { color:red ;} */
.dc { display:none ;}
.tbd { color:red; font-weight:bold;}
