body, a {
   font-family: "Verdana";
   color: #000;
   font-size: 1em !important;
}

h1,h2,h3,h4, h2>a {
   font-family: "Georgia" !important;
   color: #000; 
   font-size: 1em;
}

a:hover {
	color:#f00;

}



#navigationPrimary  > li > a {
	text-transform:uppercase;
	color:#000;
}

#navigationPrimary  > li > a:focus {
	background-color: white;
}

#navigationPrimary  > li > a:hover {
	border-bottom-color:#f00;
}

#navigationPrimary li li a {
	color: #000 !important;
}

#navigationPrimary li li a:hover {
	border-left-color: #f00;
	color: #f00 !important;
}



#navigationUser > li > a {
	color:#000  !important;
}

#navigationUser  > li > a:focus {
	color: #000 !important;
}

#navigationUser > li > a {
	color:#000  !important;
}

#navigationUser .dropdown-menu a {
	color: #000;
}
#navigationUser .dropdown-menu a:hover {
	color: #f00 !important;
	border-left-color: #f00;
}


.pkp_site_name img {
	margin: 0px 0px 25px 0px;
}

.galleys_links a {
	color: #000;
	border: 1px solid #000;
}

.galleys_links a::before {
	color: #000 !important;
}

.galleys_links a:hover::before {
	color: #f00 !important;
}

.galleys_links a:hover, .galleys_links a:focus {
	color: #f00;
	background: #fff;
	border: 1px solid #f00;
}



.obj_issue_toc .galleys {
	margin-top: 0;
	margin-bottom: 0;
}

.obj_issue_toc .sections {
	margin-top: 0 !important;
	margin-bottom: 0;
}

.obj_issue_toc .sections .section {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pkp_brand_footer img {
	width: 100px;
}


.entry_details .galleys_links li {
	margin-top: 10px;
}
.entry_details .galleys_links li:nth-child(1) {
	margin-top: 0px;
}

.pkp_structure_footer_wrapper{
	background-color: #fff !important;
	border-top: 2px solid #eee;
}

.pkp_brand_footer a{
	background-color: #fff !important;
}

.read_more {
	color: #000 !important;
	margin-top:20px;
}
.read_more:hover {
	color: #f00 !important;
}














