div.LinksTable {
       overflow: auto;    /* this is needed if area should be scrollable */
       width: 400px;      /* change to desired width  */
       height: 150px;     /* change to desired height */
       padding: 0px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10pt;
       }
h4.LinksHeading {
       }
ul.LinksList {
       margin-top: 0px;
       }
ol.LinksList {
       }
li.LinksItem {
       margin-top: 5px;
       margin-left: -14px;
       }
.LinksDate {
       }
.LinksItem a:link {
       }
.LinksItem a:visited {
       }
.LinksItem a:active {
       }
.LinksItem a:hover {
       }
.LinksItemDescription {
       }

