/* AJEG OJS Custom Styles
   Link Color: #E97132
*/

a,
a:link,
a:visited {
    color: #E97132 !important;
}

a:hover,
a:focus,
a:active {
    color: #0000FF !important;
}

/* Navigation */
.pkp_navigation_primary a,
.pkp_navigation_user a {
    color: #000000 !important;
}
a:hover,
a:focus,
a:active {
    color: #0000FF !important;
}

/* Article & Issue Titles */
.obj_article_summary .title a,
.obj_issue_summary .title a,
.current_issue .title a {
    color: #E97132 !important;
}
a:hover,
a:focus,
a:active {
    color: #0000FF !important;
}
/* Sidebar & Footer */
.pkp_block a,
.pkp_footer_content a {
    color: #E97132 !important;
}
a:hover,
a:focus,
a:active {
    color: #0000FF !important;
}
/* Breadcrumbs */
.cmp_breadcrumbs a {
    color: #E97132 !important;
}
a:hover,
a:focus,
a:active {
    color: #0000FF !important;
}