table.ulTable {
	font-size: 0.8em;
}
table.ulTable span {font-weight: bold};
table.ulTable a {color:blue;}
table.ulTable a:link {color:blue;}
table.ulTable a:visited {color: blue;}
table.ulTable a:hover {color:red;}
table.ulTable a:active {color:blue;}

