.issueHeader img {
	float: left;
	border: 1px solid #666666;
	margin-right: 5px;
}

.issueHeader {
	margin: 10px 0px 0px;
	padding: 0px 10px 10px 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.issueContents {
	clear: both;
	float: none;
	padding-top: 0px;
	padding-bottom: 25px;
}
.issueContents li {
	width: 40em;
	text-align: justify;
	font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0px;
}
.issueContents ul {
	margin: 5px;
	padding: 5px;
}

.editorial {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC33CC;
	list-style-type: none;
	padding-left: 5px;
}
.feature {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
	list-style-type: none;
}
.articleList {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
	list-style-type: none;
}
.fiction {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00CC00;
	list-style-type: none;
	padding-left: 5px;
}
.articleOther {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0000CC;
	list-style-type: none;
	padding-left: 5px;
}
