﻿﻿   
@font-face {
  font-family: 'Pyekan';
  src: url('fonts/byekan.eot?#') format('eot'),
       url('fonts/byekan.woff') format('woff'),
       url('fonts/byekan.ttf') format('truetype');
	   font-size:13px;
}

body{
	margin: 0 5px 5px;
	 
	font-family: pyekan,tahoma;
}



a:link
        {
            text-decoration: none;
            color: black;
			font-family: pyekan,tahoma;
        }
        
        
        
        p.rtl
        {
            direction: rtl;
             text-align: justify;
			font-family: pyekan,tahoma;
        }
        
        table
        {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
            border: 1px solid #ddd;
            dir: "rtl";
            font-family: pyekan,tahoma;
        }
        
        th, td
        {
            text-align: right;
            padding: 8px;
			font-family: pyekan,tahoma;
        }
        
        tr:nth-child(even)
        {
            background-color: #f2f2f2;
			font-family: pyekan,tahoma;
        }
        
        .centerm {
  margin: auto;
  width: 100%;
  border: 3px solid green;
  padding: 10px;
   text-align: justify;
   font-family: pyekan,tahoma;
}
 
 
  
  
  
  
  .button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: pyekan,tahoma;
}


.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  
}

.button2:hover {
  background-color: #008CBA;
  color: white;
} 