/* this is the CSS file for the Links section (content_folder_links_view.pt) */

.linksection {
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}

.linksection dl dt a {
	color: blue;
}	
