 


#div_hoved{

    margin: 15px;

    padding: 30px;

    border-radius: 15px;

    background-image: url("../images/bord.jpg");

    background-repeat: repeat;

}



#div_text{

    border-radius: 3px;

    background: rgb(245, 239, 207);

    padding: 10px;

}

table{

    border: 0px;

    margin: 5px;



}

tr{

    vertical-align: top;

}

#nra{

    /*font-family: "Traditional Arabic", "Simplified Arabic";*/

    font-size: 20px;

    font-weight: normal; 

    line-height: 1.3;

    padding-left: 10px;

    text-align: right;

}



#nrn{

    /*font-family: "Traditional Arabic", "Simplified Arabic";*/

    font-size: 20px;

    font-weight: normal; 

    padding-right: 10px;

    width: 170px;
	line-height: 1.3;
    text-align: left;

}

#n-1, #a-1 {
	width:100%;
}



#a{

    /*font-family: "Traditional Arabic", "Simplified Arabic";*/

    font-size: 25px;

    font-weight: normal; 

    line-height: 1.4;

    text-align: right;

    direction: rtl;

    width: 50%;

    padding-bottom: 20px;

    padding-left: 10px;

    

}



#n{

    /*font-family: 'Gilda Display', sans-serif;*/

    font-size: 18px;

    font-weight: normal; 

    line-height: 1.4;

    text-align: left;

    direction: ltr;

    width: 50%;

    padding-bottom: 20px;

    padding-right: 10px;

}


 