.small {
	padding-bottom: 20px;
	font-size: 12px;
}

.small .name {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.small a.name:hover {
	text-decoration: underline;
}

.small .descr {
	padding: 10px;
		font-size: 11px;
	padding-left: 0px;

}

.small .more {
	text-align: right;
	position: relative;
	display: block;
	padding-right: 10px;
	color: Red;
	text-decoration: none;
}

.small .more:hover {
	text-decoration: underline;
}
