body {
	font-family: sans-serif;
}

a {
	color:blue;
}
a:visited {
	color:purple;
}
a:hover {
	color:red;
}
#SearchForYourAncestors:hover {color:red;}

a[name] {
	color:inherit;
}
