	td.pp {
		background-color: white;
		vertical-align: top;
	}
	
	ol {
		font-family:var(--fontName); 
		font-size: var(--text16);
		}		
	ul {
		font-family:var(--fontName); 
		font-size: var(--text16);
		}		
	a {
		text-decoration: none;
		}
	a.vL {
		text-decoration: none;
		border-bottom: 1px dotted black;
		font-family:var(--fontName); 
		}
	a.vL:hover {
		background-color: yellow;
		color: black;
		}
