body
{
	width: auto;
	/*max-width: 1080px;*/
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	/* background-color: #000000; */
	background-color: #060606;
	margin: auto;
	margin-top: 16px;
}

li
{
	margin-left:10px;
}

.serverBlock {
	/* font-weight: bold; */
	/* color: red; */
	border-width: 2;
	border-style: solid;
	border-radius: 10px;
	border-color: lightblue;
	margin: 4px auto 4px auto;
	padding: 8px;
	/* background-color: #060606; */
	background-color: #101010;
	max-width: 1080px;
}

.linkBlock {
	border-width: 2;
	border-style: solid;
	border-radius: 10px;
	border-color: lightblue;
	margin: 4px auto 4px auto;
	padding: 8px;
	text-align: center;
	/* background-color: #060606; */
	background-color: #101010;
	max-width: 1080px;
}

.siteFooter
{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.label-right
{
	text-align: right;
	display: inline-block;
	line-height: 39px;
}

.tallSection
{
	height: 400px;
	overflow-y: auto;
}

img[src*="BlogAssets/"]
{
	max-width: 100%;
	height: auto;
}

img[src*="data:image/"]
{
	max-width: 100%;
	height: auto;
}