h1 {
	font-size: 140%;
	text-align: center;
	border:none;
}
.sandwich {
	border-top: thin #660000 solid;
	border-bottom: thin #660000 solid;
}
.pubname {
	font-style: italic;
	text-decoration: underline;
}
.jtitle {
	font-size: 120%;
	font-family: serif;
	text-align: center;
}

/*   Begin new stuff */


.articlehidden {
	background-color: #f00;
	color: #fff;
	border: thin solid #000;
	margin: 2px;
	padding: 2px;
}


div#jnltitle {
	line-height:normal; 
	font-family: serif;
	color: #000;
	padding: 2px;
	border-bottom: 3px solid #000;
	margin-bottom: 0em;
}
div#jnltitle a:link, div#jnltitle a:visited {
	text-decoration: none;
	color: #000;
}
div#jnltitle a:hover {
	text-decoration: underline;
	color: #900;
}

div#jnlpagehead {
	font-size:200%; 
	color: #bbb; 
	padding: 0px 1em 4px 0em; 
	margin-right: 1em;
	margin-top: 1em; 
	font-style:italic; 
	font-weight:lighter;
}
@media screen {
    div#jnlpagehead {
        margin-top: -0.5em;
        margin-left: -1em;
    }
}
div#editorialbar {
	background-color: orange;
	padding: 2px;
}
div#editorialbar a.editbutton {
	font-size: 80%;
	border: 1px inset #E6D185;
	margin: 0px 1em 0px 1em;
	padding: 2px;
}
div#editorialbar a.editbutton:link, div#editorialbar a.editbutton:visited {
	text-decoration: none;
	color: #000;
}
div#editorialbar a.editbutton:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #009;
}
