﻿@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidNaskh-Regular.eot);
  src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Regular.woff2) format('woff2'),
       url(../fonts/DroidNaskh-Regular.woff) format('woff'),
       url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidNaskh-Bold.eot);
  src: url(../fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Bold.woff2) format('woff2'),
       url(../fonts/DroidNaskh-Bold.woff) format('woff'),
       url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'nassim';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/nassim-regular.eot);
  src: url(../fonts/nassim-regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/nassim-regular.woff2) format('woff2'),
       url(../fonts/nassim-regular.woff) format('woff'),
       url(../fonts/nassim-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'BKoodakBold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BKoodakBold.eot);
  src: url(../fonts/BKoodakBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/BKoodakBold.woff2) format('woff2'),
       url(../fonts/BKoodakBold.woff) format('woff'),
       url(../fonts/BKoodakBold.ttf) format('truetype');
}

body {
	font-family: nassim,'Droid Arabic Naskh'
}
#container
{
	width: 800px; direction: rtl; border: 1px dotted silver; padding:10px; margin: 0 auto;
}
#Text {
	font: 18px/35px nassim;
}
    #Text a {
		color:black;
		text-decoration:none;
		
    }