table.links {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fffff0;
	font: 12px/1.5em Verdana;
}
table.links th {
	border-width: 2px;
	padding: 4px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
	font: 12px/1.5em Verdana;
}
table.links td {
	border-width: 2px;
	padding: 4px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
	font: 12px/1.5em Verdana;
}