table,th,td{
    border: 1px solid black;
    font-family: Phetsarath OT;
  }
  th{
    background-color:#003333;
    color: white;
    text-align: center;
  }
  table{
      margin-top: 20px;
  }
  #search,#btn_s{
    font-family: Phetsarath OT;
    
  }
  #btn_s{
    color: white;
    background-color: #003333;
  }
  #area1 #h2 {
  
  text-align: center;
  font-size: 30px;
  color:blue;
  
  }
  #area1 {
  margin-left: 30px;
  margin-top: 30px;
  
  }
  #btn_a1{
    color: blue;
  }