/* CSS Document */
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:.25em;
	line-height:normal;
	}
	
/* archive index list */

table.issuelist {
	width:100%;
	}
	
table.issuelist td {
	background-color:#f5f5f5;
	padding:10px;
	text-align:center;
	}
	
table.issuelist td:hover {
	background-color:#e5e5e5;
	}
	
table.issuelist td div {
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	}
	
table.issuelist td img {
	border:solid 1px #000;
	}
	
tr.publications th {
	text-align:center;
	}
	
tr.periods th {
	vertical-align:center;
	width:62px;
	}
	
#pager {
	padding-left:65px;
	}
	
a.no-cover-image {
	display:block;
	padding:35px 15px;
	height:43px;
	width:70px;
	font-size:16px;
	border:solid 1px #000;
	line-height:normal;
}

a.no-cover-image:hover {
	text-decoration:none;
	background-color:#fff;
}