body{
	direction:rtl;
	height:100px;
	background:url(logo.png) top no-repeat;
	font-family:"Tahoma";
	font-size:12px;
}
	
a{
	color:#1d8727;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover{ 
    color:#1acef2;
    text-decoration:underline;
    font-weight:bold
}

hr{
	color: #dedede;
    background-color: #dedede;
    height: 1px;
}

.vas{
	margin:auto;
	width:50%;
	min-width:250px;
}
	
.title-head {
    font-size:18px;
    font-weight:bold;
    text-align:center;
    background-color:#006699;
	color:#FFFFFF;
    padding:5px;
}
 
.feeds-links {
    text-align:center;
    padding:5px;
    border:1px solid #dedede;
}
       
.footer {
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif;	  
}