h9
{
  color: white;
  background: transparent;
  text-decoration: none;
}
a.definition
{
	color:black;
	background: transparent;
	text-decoration: none;
}
a.definition:link
{
  color: black;
  background: transparent;
  text-decoration: none;
 }
a.definition:visited
{
  color: black;
  background: transparent;
  text-decoration: none;
}
a.definition:hover
{
  color: white;
  background: #666666;
  text-decoration: none;
}
a.intlink
{
	color: black;
	background: transparent;
	text-decoration: underline;
}
a.intlink:link
{
	color: black;
	background: transparent;
	text-decoration: none;
}
a.intlink:visited
{
	color: black;
	background: transparent;
	text-decoration: underline;
}
a.intlink:hover
{
	color: black;
	background: transparent;
	text-decoration: overline underline;
}

