div.LinksTable {
       overflow: auto;    /* this is needed if area should be scrollable */
       width: 220px;      /* change to desired width  */
       height: 250px;     /* change to desired height */
       }
h4.LinksHeading {
       }
ul.LinksList {
       }
ol.LinksList {
       }
li.LinksItem {
       }
.LinksDate {
       }
.LinksDateSep {
       }
.LinksItem a:link {color:#990000;
       }
.LinksItem a:visited {color:#990000;
       }
.LinksItem a:active {color:#990000;
       }
.LinksItem a:hover {color:#999999;
       }
.LinksItemDescription {
       }

.LinksYears {
       }
.LinksYearsLabel {
       }
.LinksYears a {
       }
.LinksYears a:link {
       }
.LinksYears a:visited {
       }
.LinksYears a:active {
       }
.LinksYears a:hover {
       }
