.JournalTable {
	width: 800px;
	min-width: 800px;
	/*border-collapse: collapse;
	border-spacing: 0px;	*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



.SubColTD {
	text-align: left;	 
	color: "red";
	width: 40px;
	 
}
.HoldingsTD
{
	text-align: left;
	color: brown;
	width: 80px;
}

.OnlineLinkTD, .EBSCOLinkTD, .ATLASLinkTD, .EBSCO2LinkTD  {
	text-align: centered;	
	color: blue;
	width: 80px;
}

.JournalTitleTD, .NotesTD {
	width: 160px;
	text-align: left;
}

.JournalAnchorTD {
		display: none;
}

/** New style: we separate out the TD portion **/
.SubCol {
	text-align: center;	 
	color: red;
	width: 40px;
	 
}
.Holdings 
{
	text-align: left;
	color: brown;
	width: 80px;
}

.OnlineLink, .EBSCOLink, .ATLASLink, .EBSCO2Link  {
	text-align: centered;	
	color: blue;
	width: 80px;
}

.JournalTitle, .Notes {
	width: 160px;
	text-align: left;
}

.JournalAnchor {
		display: none;
}

.TD {
	display: table-cell;
}

.HeadingRow {
	position: relative;
	/*left: -15px; */
	clear: both;
	font-weight: bold;
}

.EvenRow, .OddRow, .HeadRow  {
	border-bottom: 1px solid red;
	clear: both;
}

/* Top menu styles */
.LinkLetter {
	border: 2px solid #663300;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
}

.AnchorSelectRow {
	margin-bottom: 2px;
}


.toprow {
	margin-bottom: 5px;
}

.SelectedLinkLetter {
	background-color: red;
}

h1, H1 {
	font-size: 100%;
	margin: 2px;
	padding: 2px;
}

h2, H2 {
	font-size: 90%;
	margin: 2px;
	padding: 2px;
}

