
body {
    font-size: 17px;
    line-height: 1.25;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}
a {
    text-decoration: none;
}
a:hover {
    color:darkorange;
}
.author-content {
    font-size: 13.5px;
}
.author-hyperlink-list li {
    margin-bottom: 8px;
}
.author-hyperlink {
    color:rgb(51, 51, 51);
}
.author-hyperlink:hover {
    color:gray;
}