html, body {
	font-family: -apple-system, BlinkMacSystemFont, system-ui, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	line-height: 13px;
	text-align: left;
	color: #999;
	background-color: #1e1e1e;
	margin: 0px;
	padding: 10px 0 0 0;
	}

@media (prefers-color-scheme: dark) {
	color: #999;
	background-color: #1e1e1e;
}

@media (prefers-color-scheme: light) {
	color: #999;
	background-color: #1e1e1e;
}

@media (prefers-color-scheme: no-preference) {
	color: #999;
	background-color: #1e1e1e;
}

a	{
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
	}
	
a:link	{
	color: #418de6;
	text-decoration: none;
	background-color: transparent;
	} 

a:visited	{
	color: #418de6;
	text-decoration: none;
	background-color: transparent;
	} 

a:active	{ 
	color: #418de6;  
	text-decoration:underline;
	background-color: transparent;
	} 

a:hover		{ 
	color: #8bf; 
	text-decoration:none; 
	background-color: transparent;
	} 

h1	{
	font-size: 18px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	}

h2	{
	font-size: 16px;
	color: #fff;
	padding: 8px 0px 0px 10px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: #000 0 0 0;
	font-weight: normal;
	}		

h3	{
	font-size: 0.75em;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	}
		
p	{
	margin:0;
	}

p:hover	{
	padding-left:5px;
	margin-left:-5px;
	background-color:#00f;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#191919));
	background: -moz-linear-gradient(90deg,#333,#191919);
	}

pre {
	width:12em;
	font:90%/100% monospace;
	padding:0 .5em;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #ccc;
	}

#contentwrap {
	width:480px;
	margin:0px auto;
	}

#header {
	border-bottom: 1px solid #333;
	height: 20px;
	}
	
#title {
	font-size: 18px;
	font-weight: medium;
	}
	
#version {
	color:#999;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	}
	
#headpod {
	margin:0 0 10px 0;
	text-align:center;
	text-transform:lowercase;
	}

.blackbar {
	width: 100%;
	background-color: #333;
	float: left;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.sectpod {
	margin:20px 10px 0 0;
	width:100%;
	float:left;
	text-transform:lowercase;
	line-height:20px;
	}

/*
.sectpod:last-child {
	margin:0;
	}
*/
.sites a {
	line-height: 20px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	display: block;
	}
	
.sites p {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}