BODY {
	font-size:  xx-small;
}
A:link.noShow, A:visited.noShow, A:active.noShow, A:hover.noShow {
	text-decoration: none;
	background: transparent;
	color: transparent;
	}
	
A:link, A:visited, A:active{ 
	text-decoration: none;
	}
A:hover {
	background: red;
	color: yellow;
	}
.LinkTable {
	vertical-align: top;
	font-size:  xx-small;
	font-family: sans-serif;
}
