body {
	text-align: center;
	min-width: 680px;
	font-family:Courier New,Courier,Monaco;
	font-size: 12pt;
	color: silver;
	background: black;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
}

hr {
	border: 1px dotted #aaaaaa;
}

#wrapper {
	margin:0 auto;
	width:680px;
	text-align: left;
}

#wrapper a:link {
	color: green;
}

#wrapper a:visited {
	color: yellow;
}

#wrapper a:hover {
	color: red;
}

#wrapper a:focus {
	color: red;
}

#wrapper a:active {
	color: white;
}

#issuethumbs {
	
	left: 50%;
	width:400px;
	margin-left: 200px;
}

.centerme {
	text-align: center;
}