@font-face {
  font-family: IranNastaliqfont;
  src: url(IranNastaliq2.ttf);
  
}
@font-face {
  font-family: DimaShekastehfont;
  src: url(DimaShekasteh.ttf);
}
@font-face {
  font-family: Shekasteh2Font;
  src: url('Shekasteh V2.001.ttf');
}
.menu_item{
 cursor: pointer; 
 margin: 1px ;
 vertical-align:middle;
 font:12pt Calibri;
 border-radius: 4px;

}
.menu_item:hover {
    background-color:red;
	border:2px solid #FF9900;
    cursor:pointer;
}
.menu_item2{
 cursor: pointer; 
 margin: 1px ;
 vertical-align:middle;
 font:11pt Calibri;
 border-radius: 4px;

}
.menu_item2:hover {
    border:1px solid #FF9900;
    cursor:pointer;
	color:red;
}
.pargraph{
 font:12pt Calibri;
 margin:10px 20px 5px 20px;	
}
.keyx{
 cursor: pointer; 
 margin: 1px ;
 vertical-align:middle;
 font:11pt Calibri;
 border-radius: 4px;

}
.keyx:hover {
    border-bottom:2px solid red;
    cursor:pointer;
	color:white;
}
.keyy{
 cursor: pointer; 
 margin: 1px ;
 vertical-align:middle;
 font:11pt Calibri;
 border-radius: 4px;

}
.keyy:hover {
    border:2px solid red;
    cursor:pointer;
	color:white;
}
