table#links {
	margin-top:10px;
	width: 800px;
}
#links tr {
	vertical-align: top;
}
.link-category-name {
	font-size:14px;
	border-bottom:solid 1px #66808b;
	width:180px;
	margin-bottom:5px;
}
ul.links {
	list-style-type:none;
	padding-bottom:15px;
}
#links a {
	font-size:10px;
	color: #66808b;
	text-decoration:none;
}#links a:hover {
	color:#D5675E;
}