/*
@font-face {
font-family: 'yekan';
	src: url(../font/BYekan.eot?#) format('eot'),  
	url(../font/BYekan.woff) format('woff'),  
	url(../font/BYekan.ttf) format('truetype');  
}
@font-face{
		font-family: 'B Yekan';
		src: url('../font/BYekan.eot?#') format('eot'), 
			url('../font/BYekan.woff') format('woff'),  
			url('../font/BYekan.ttf') format('truetype');  
}
@font-face {
	font-family: 'B Koodak';
	src:url('../font/35.eot?#') format('eot'),    
		  url('../font/35.woff') format('woff'),
		  url('../font/35.ttf') format('truetype'); 
}
@font-face {
	font-family: 'koodak';
	src:url('../font/35.eot?#') format('eot'),    
		  url('../font/35.woff') format('woff'),
		  url('../font/35.ttf') format('truetype'); 
}*/
body{
	text-align:right;
	direction:rtl;
}	
.rf-content p{
	line-height: 35px;
	font-size: 16px;
}	
.rf-content img{
	background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0px 21px;
    border-radius: 8px;
}
.rf-content h1,
.rf-content h2,
.rf-content h3,
.rf-content h4,
.rf-content h5,
.rf-content h6{
 	color: #0d4f89;
}
.rf-content p a{
 	display:inline-block;
	border-bottom: 1px dashed #42A21A;
    color: #42A21A;
}
.rf-content p a:hover{
	color:#E48F32;
	border-bottom: 1px dashed #E48F32;
	transition:0.3s;
}