@charset "utf-8";
/* CSS Document */

.ulli {
	text-decoration: none;
	list-style-type: none;
	line-height: 210%;
}
<!-- The below styles are a fix for a Chrome, Firefox, and Safari error that displayed the first table over on top of the below table- making it impossible to select links in the below table (as if an invisible layer of plastic was placed over the below table.  Z-index indicates which layer the styled element is on.  Z-index: 9999 is above or in front of Z-index:9000.-->
																																														.table2{
	z-index: 9999;
}
.table{
	z-index: 9000;
}
body{
	line-height: 150%;
}