a.toplinks {
	text-decoration: none;
	color: white;
}
a:hover.toplinks {
	text-decoration: underline;
	color: white;
}
a.dirlinks {
	color: black;
	text-decoration: none;
	font-family: serif;
	font-weight: inherit;
	}
	a:hover.dirlinks {
	color: black;
	text-decoration: underline;
	font-family: serif;
	font-weight: inherit;
	}
a.toplinksb {
	text-decoration: none;
	color: black;
}
a:hover.toplinksb {
	text-decoration: underline;
	color: black;
}
table.tbl {
	border: 1px solid black;
}
a.normalinks {
	text-decoration: underline;
	color: black;
}
a:hover.normalinks {
	text-decoration: none;
	color: black;
	}
a{
	text-decoration: underline;
	color: #e89700;
}
a:hover {
	text-decoration: none;
	color: #e89700;
	}
.txt {
  font-family: sans-serif;
  font-size: 12px
}