html {
	background-color: black;
}

body {
	background-color: black;
	font-family: "Verdana";
	font-size: x-small;
	color: slategray;
	text-align: center;
}

a.normal {
	color: #909184;
  text-decoration: none;
}

a.normal:hover {
	color: #f9f7c9;
	text-decoration: none;
}

a.dark {
  color: slategray;
	text-decoration: none;  
}

a.dark:hover {
	color: slategray;
	text-decoration: none;
}


div.pgpblock {
	vertical-align: text-top;
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color: white;
	text-align: left;
}
