/* OJS GENERIC CSS */
/* Note: applies to OJS portal, admin pages, login page, search, etc. BUT also cascades down to individual journals, which often have custom styles */
/* Please exercise caution with this stylesheet as changes can potentially have unintended consequences in the individual journal displays */

body { background-color: #fff;}
a:link, a:active { color: #003366; }
a:hover, a:visited { color: #336699; }
h1, h2 { color: #003366; }
h1, h2, h3, h4, h2 a, h3 a, h4 a { font-family: Interstate, Verdana, Arial, Helvetica, sans-serif; }

a {text-decoration: none;}
a:hover {text-decoration: underline; background: none; }

input.defaultButton {
	background-color: #003366;
	color: #fff;
	font-weight: bold;
}

#header {
	background-color: #eee;
}

#headerTitle h1 {
	padding-top: 0;
	color: black;
}

#footer {
	background-color: #fff;
}