body {
	font-family: Arial, Helvetica, sans-serif; color: DarkSlateGray;
}

.descriptors {
	background-color: WhiteSmoke;
}

.journals{
	background-color: Ivory;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

td.banner {
 padding: 5 10 5 10;
}

td.frmin {
  padding-left: 5;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*links*/
a:link{
	text-decoration: none; color: #494862;
}

a:visited{
	text-decoration: none; color: #3D6565;
}

a:hover{
	text-decoration: underline; color: black;
}

a.alpha{
	margin: 5;
}

a.small{
	font-size: 90%;
}

a.top{
	font-size: 85%; text-decoration: underline; color: DimGray; margin-top: 5; font-style: italic;
}

/*For the alphabet header in the journal/descriptors frame*/
a.inactive{
	color:DarkSlateGray;
	text-decoration:none;
}

.inactive{
	color: DimGray;
}

/*Titles, captions, etc. */
h1 h2 h3 h4 h5 h6{
	font-family: Arial, Helvetica, sans-serif; color: DimGray;
}
.title{
	color: Black;
}

/*For descriptor-journal and journal-description title section*/
.journalLinks{
	margin-bottom:15;
}
.dbsection{
	margin-left: 20;
	margin-bottom:7;
}

.block{
	display:block;
	padding: 5 10 5 10;
	border-bottom: thin dotted Gray;
}

li{
	margin-top: 8;
}