@charset "utf-8";
body {
	background-image: url(Images/primary/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	font: 17px/23px "Courier New", Courier, monospace;
	color: #333;
	background-color: #A6DEED;
}
#main {
	margin-left: 100px;
	margin-top: 20px;
}
.issue {
	margin-left: 100px;
	border-bottom-width: 2px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	padding-top: 55px;
	padding-bottom: 55px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
	word-spacing: -2px;
}
.editors {
	font-size: 13px;
	margin-top: 0px;
}
h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	word-spacing: -8px;
	margin-bottom: 15px;
	line-height: 30px;
	color: #AE3633;
}
.spreadDiv {
	float: left;
}
.spreads {
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}
a:link, a:visited {
	color: #AE3633;
}
.inactive {
	color: #97D3F0
}
.links {
	float:left;
	margin-right:40px;
	border-left: 5px;
	border-left-color: #AE3633;
	border-left-style: solid;
	padding-left:5px;
}
.links p {
	margin-bottom:0px;
}
.contributors {
	font-size: 14px;
}
