a.stitle {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a.stitle:hover {
	text-decoration: underline;
}

.stitle img {
	border: 2px solid #d8c05f;
}

.stitle:hover img {
	border: 2px solid #FFFFFF;
}

.descr {
	font-family: Verdana, Arial;
	font-size: 13px;
}
.descr img {
	border: 1px solid #666666;
}
.yline {
	border-top: 1px dotted #d8c05f;
	width: 100%;
}