.text_c {
	background-color: #E3F2D8;
	padding: 5px;

	line-height: 160%;
	margin-bottom: 5px;
	margin-left: 205px;
}
@media screen {
	.text_c, .wordscont .text_c {
		display: none;
		text-align: justify;
	}
}
@media print {
	.text_c, .wordscont .text_c {
		text-align: justify;
	}
}
.wordscont {
	padding: 5px;
	margin-top: 5px;
	background: #fff url(/t/d/img/zerogif.gif);
	border: 1px solid #fff;
	border-bottom: 1px solid #F5A75F;
}
.wordscont:hover {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	background: #C7E6B0 url(/t/d/img/zerogif.gif);
}
.wordsover {
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;

	background-color: #A3D670;
}
.wordsover .title_a, .wordscont .title_a {
	font-weight: bold;
}
.wordsover .title_b, .wordscont .title_b {
	color: #B35C0B;
}
.wordscont .ua {
}
.wordscont td.l, .wordsover td.l {
	width: 200px;
}

.wordsover .ua {
}
.wordscont:hover .ua {
	display: block;
}
hr {
	border: 0;
	color: #043;
	background-color: #888;
	height: 1px;
	width: 100%;
	text-align: left;
}

