.float-left-pad {
  float: left;
  padding-right: 10px;
}

.float-right-pad {
  float: right;
  padding-left: 10px;
}


/* article title links, black without underline */
h2 > a:link {
  color: black;
  text-decoration: none;
}

h2 > a:visited {
  color: black;
  text-decoration: none;
}

h2 > a:hover {
  text-decoration: none;
}

h2 > a:active {
  color: black;
  text-decoration: none;
}


