/* Adding underlined links to H5 and H6 tags */
body main article h6 a, body main article h5 a {
    text-decoration: underline;
}