h2 {
  font-size: 19px;
  margin: 10px 0 0 5px;
  color: #0671b0;
  text-decoration: underline;
}
h3 {
  font-size: 17px;
  color: #505050;
  margin: 20px 0 5px 5px;
}
table#link_table {
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

table#link_table tr {
}
table#link_table tr td{
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}
.link_title {
  width: 140px;
  font-size: 13px;

}
.link_explanation {
  width: 270px;
  padding-left: 5px;
  font-size: 13px;
}
.triangle {
  padding-left: 8px;
}
table#school_link_table {
  margin-left: 5px;
  border-collapse: collapse;
}
table#school_link_table tr {
}
table#school_link_table tr td{
  border: 1px solid #999999;;
  width: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  text-align: center;
}

