a{
 text-decoration: none;
 background-color: #0909FF;
  color:white;
  padding: 4px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

}

.hilink{
 text-decoration: none;
 background-color: #33cc33;
  color:white;
  padding: 4px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}


body
{
  font-family: Arial, Helvetica,:Verdana, sans-serif;
  margin-top: 6px;
   margin-left: 25px;
}

h4 {
  color: red !important;
  font-weight: bold;
#-webkit-appearance: none;
#-moz-appearance: none;
#appearance: none;
}

h2 {
  font-weight: bold;
  color: Blue;
#-webkit-appearance: none;
#-moz-appearance: none;
#appearance: none;
}

/*
learn from 3wschool
https://www.w3schools.com/howto/howto_css_two_columns.asp
<div class="left_right_row">
  <div class="left_right_col"></div>
  <div class="left_right_col"></div>
</div>
 */
.left_right_row {
  display: flex;
}

.left_right_3col {
  flex: 33%;
}
.left_right_col {
  flex: 50%;
}
