.anchors {
  font-size: 20px;
  padding:20px;
  text-decoration: none;

  margin: 0px;

}

.anchors:hover{
  color:#85caff;
}

.anchornav{

  padding:20px;
  border-top: 1px solid #C6C7C8;
  border-bottom: 1px solid #C6C7C8;

}


.overview{
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.criteria{
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 50px;
  padding-top: 50px;
}

table{
  padding:50px;
  border:1px solid;
}

table td{
  border: 1px solid #6b6b6b;
  padding:10px;
}

table th{
  border: 1px solid #6b6b6b;
  padding:10px;
}