@font-face {
  font-family: normalYekan;
  font-style: normal;
  font-weight: 700;
   src: url('../Font/BYekan.ttf') format('truetype');
} 
@font-face {
  font-family: JameJam-Regular;
  font-style: normal;
  font-weight: 700;
    src:url('../Font/omid-regular.ttf') format('truetype');
}

@font-face {
  font-family: JameJam-bold;
  font-style: normal;
  font-weight: 700;
   src:url('../Font/omid-bold.ttf') format('truetype');
}

@font-face {
  font-family: JameJam-Light;
  font-style: normal;
  font-weight: 700;
   src:url('../Font/omid-light.ttf') format('truetype');
}

@font-face {
  font-family: JameJam-ultra;
  font-style: normal;
  font-weight: 700;
  src:url('../Font/omid-ultra-light.ttf') format('truetype');
}

.f-f-bold{font-family: JameJam-bold;}
.f-f-light{font-family: JameJam-Light;}
.f-f-ultralight{font-family: JameJam-ultra;}


A.news:link 
{
  font-family: JameJam-bold,B Nazanin;
  font-size: 17px;
  color: #09717e;
}

A.news:visited  
{
  font-family: JameJam-bold,B Nazanin;
  font-size: 17px;
  color: #09717e;
}

A.news:active   
{
  font-family: JameJam-bold,B Nazanin;
  font-size: 17px;
  color: #09717e;
}

A.news:hover    {
    color: #006F7D;
    text-shadow:1px 1px 5px;
    
}
.news
{
  font-family: JameJam-Regular,B Nazanin;
  font-size: 16px;
  color: #000000;
}
.newsTitle
{
 font-family: JameJam-bold,B Nazanin;
 font-size: 17px;
 color: #09717e;
 font-weight:700;
}