﻿ body {  
 max-width: 560px;
  margin: 0 auto;
  font-family: Tahoma;
  text-align: right;
  font-size: medium;
  line-height: 200%;
  direction: rtl;
 }

a {
text-decoration: none;
direction: rtl;
	text-align: right;
}

img {
  max-width: 100%;
	float: left;
}

a img {
  border: none;
}

a {
outline:none;
}

a img {
outline:none;
}

a:focus
{
outline:0;
} 

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}
