/*
 * Link style.
 */
div.links div.entry {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
div.links div.entry img {
	border: solid 1px;
	float: right;
	margin: 0px 0px 1em 1em;
}
div.links div.entry div.title {
	font-weight: bold;
	margin: 0px;
}
div.links div.entry div.description {
	margin: 0.5em 0px 0px 2em;
	font-size: 90%;
}


/*
 * Column mode.
 */
div.links table {
	margin: auto;
	width: 90%;
}
div.links table td {
	text-align: center;
	padding: 0px 0.5em;
}
div.links table td div.entry img {
	float: none !important;
	margin: auto;
}
div.links table td div.entry div.description {
   margin-left: 0px;
}


