table {
  margin-left: 30px;
}
table td {
  padding: 3px;
  font-size: 18px;
  border:none;
}

td.left-cell {
  text-align: right;
}

td.right-cell {
  font-weight: bold;
}

.name-row {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  width:100%;
  text-align: center;
}

.link-row a {
  display:block;
  color:black;
  text-decoration: none;
}

.link-row:hover td.right-cell a {
  color: blue;
}