body {
  text-align: justify;
}

.br {
  font-weight: bold;
  color: 	#ff0066;
  
}

table {
  display: table;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  caption-side: bottom;
}
th {
  height: 30px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  background-color: #40e0d0;
  color: black;
}
td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
tr:hover {background-color: #f5f5f5;}
