.columns {
	width: 33%;
	float: right;
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.fehrestbaha {
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	/* border: 0.01px solid black; */
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: #999 0px 0px 20px 0px;
}
.fehrestbaha_header {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 0px;
}
.fehrestbaha .fehrestbaha_body div {
	width: 349px;
	float: right;
	text-align: center;
	height: auto;
}
.fehrestbaha .fehrestbaha_body div a {
	color: black;
	font-size: 17px;
	transition: all 0.3s;
}
.fehrestbaha .fehrestbaha_body .fehrestbaha_right a:hover {
	color: red;
	font-size: 20px;
}
.fehrestbaha .fehrestbaha_body .fehrestbaha_left a:hover {
	color: #0c0;
	font-size: 20px;
}
