* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}

	a:hover {
		border-bottom-style: solid;
	}

#pagebody {
	width: 600px;
	margin: 10px auto;
}

	#pagebody div {
		margin-left: 210px;
		margin-top: -276px;
	}

h1 {
	width: 200px;
	height: 276px;
	background-image: url('issue-5.gif');
	border: solid 1px #000;
}

	h1 span {
		visibility: hidden;
	}
	
p {
	margin-bottom: 1em;
}

ul {
	list-style: none;
}

.contact {
	height: 36px;
}

	.contact li {
		float: left;
		padding-right: 8px;
		margin-right: 8px;
		border-right: solid 1px #000;
	}
	
		.contact li:last-child {
			border-right: none;
		}
		
.date {
	font-size: 0.8em;
}