
a, a:link, a:visited,a:hover,a:active{
    text-decoration: none !important;
}
  a:link{
    text-decoration: none;
    color:  rgb(4, 189, 29);
  }
  a:visited{
    text-decoration: none;
    color: blue;
  }
  a:hover{
    color: blue;
  }

  .home{
    display: block;
    height: 80px;
  }
  .search{
    width: 800px;
  }
  td>a{
    display: block;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .green{
    color: rgb(27, 194, 99);
  }

  h3{
    color: rgb(100, 100, 100);
    text-align: center;
  }

  .redcolor{
    color: red;
  }


