#content {
	background-color: #000;
	color: #f0f0f0;
}

#content a:link, a:visited {
	color: #ffffff;
}

#content a:hover, a:active {
	text-decoration: none;
	color: #f3f3f3;
}

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #333;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #444;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */