/* For links page only */
#links-table a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}
#links-table a:hover {
	color: brown;
}
