/**
 * CSS for the 'left-side content' component
 */

.leftSideContent .node {
}

.leftSideContent .node a {
	color: #0000FF;
	text-decoration: underline;
}
.leftSideContent {
	width: 180px;
	padding-left: 15px;
	margin-left: 15px;
}