body {
    background-color: #ABFBAB
  }

   h3 {text-align: center;
  font-family: sansation;
  text-decoration: underline;
  color:blue;
  }

  h4 {
  text-align: center;
  font-family: sansation;
  text-decoration: underline;
  color:blue;
  }

 h6 {
  text-align: center !important;
  font-family: sansation !important;
  text-decoration: underline !important;
  color:blue !important;
  }

   h10 {
     text-align: center !important;
     font-family: sansation !important;
     font-size: 10px !important;
     text-decoration: underline !important;
     color:blue !important;
  }

  a1 {
      font-family: arial;
      color: black;
      font-size: 14px;
      font-style: normal;
  }

  a2 {
      font-family: arial;
      color: red;
      font-size: 14px;
      font-style: normal;
      font-weight: bold;
      text-align: center;
  }
  
  a3 {
      font-family: arial;
      color: red;
      font-style: normal;
      font-weight: bold;
  }

  img {
    border-radius: 6px;
    padding: 6px;
  }

* {box-sizing: border-box}
  {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.menu {
  overflow: hidden !important;
  background-color: #333 !important;
}

.menu a {
  float: left !important;
  color: #f2f2f2 !important;
  text-align: center !important;
  padding: 14px 16px !important;
  text-decoration: none !important;
  font-size: 17px !important;
}

.menu a:hover {
  background-color: #ddd !important;
  color: black !important;
}

.menu a.active {
  background-color: #04AA6D !important;
  color: white !important;
}