a.widelink
{
	display: block; width: 100%;
	text-decoration: underline;
}
a.widelink:hover
{
	background-color: #ffff99; color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
 	position: relative; top: 3px; left: 3px;
	clip:   rect(   )
}

a 
{ 
	text-decoration: underline;
}
td {
	font-size: x-small;
}
