#televiziye {
	margin: 0px 15px 30px 30px;
}
.televiziye {
	margin: 0px 30px 12px 0px;
	padding: 6px 12px 6px 6px;
	border: 6px solid #0099FF;
	height: 108px;
	display: block;
}
.televiziye:hover {
	border: 6px solid #008040;
}
.televiziye img {
	margin-left: 12px;
	padding: 6px;
	border: 2px solid #00F078;
	background-color: #FFFFFF;
	width: 133px;
	float: right;
}
.televiziye a {
	color: #0099FF;
	font-size: 13px;
	border-bottom: 1px dotted #0099FF;
	text-decoration: none;
}
.televiziye a:hover {
	color: #3FBAFC;
	border-bottom: none;
	text-decoration: none;
}
.televiziye p {
	margin-top: 6px;
	line-height: 150%;
}