body
{
	color: rgb(88, 77, 77);
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	line-height: 133%;
	width: 800px;
	margin: auto;
}

h2
{
	clear: both;
}

img
{
	border: none;
}

	img.pad
	{
		padding: 10px;
	}

.links
{
	text-align: center;
	margin: 0px;
}

	.links a:link, .links a:visited
	{
		color: rgb(188, 177, 177);
		background:#000040;
		margin: 10px;
		/*border:1px solid black;*/
		box-shadow: 0 0 8px black;
		padding:5px 25px;
		display:inline-block;
		text-decoration:none;
	}
	
	.links a:hover
	{
		color: black; /*rgb(128, 140, 180);*/
		box-shadow: 0 0 16px black;
		background:#8cf;
		text-shadow:0 0 10px 4px white;
	}

.PPrimary a
{
	display: block;
	width: 121px;
	margin: 5px 0;
	padding: 7px 10px 7px 10px;
	color: #000000;
	background: #99ccff;
	text-decoration: none;
	text-align: center;
	fo-nt-family: LCARS, Impact, sans-serif;
}

	.PPrimary a:hover
	{
		background: #c0c0c0;
		color: #000000;
	}


.Card
{
	background: white;
	//border: 1px solid #c0c0c0;
	//border-right: 2px solid #404040;
	//border-bottom: 2px solid #404040;
	box-shadow: 10px 10px 40px black;
	padding: 20px;
}

.page
{
	background: url("images/bg.png");
}

@media screen and (min-width: 800px)
{
	.Card.a{
		margin-left:calc(0px - ((100vw - 800px) / 4))
	}
	.Card.b
	{
		margin-right: calc(0px - ((100vw - 800px) / 4))
	}

	.RevealAni
	{
		transform: translate(0, 100vh);
		transition: transform 1s ease-out 1s;
	}

	.RevealAni
	{
		transform: translate(0, 0);
	}
}

@media (prefers-color-scheme: dark) 
{
	body
	{
		
		color: #c0c0d0;
	}
	.page
	{
		background: #202020 url("images/bg.png");
	}

	.Card
	{
		background-color:#303030;
	}
	.links a:link, .links a:visited
	{
		background:#202060;
	}
	.links a:hover
	{
		color: black;
		background: #8cf;
	}
	button
	{
		background:#404040;
		color:#c0c0c0;
	}
	#TopLogo,#links img
	{
		filter: invert(1) hue-rotate(180deg) contrast(0.5) brightness(.75) saturate(2);
		-webkit-filter: invert(1) hue-rotate(180deg) contrast(0.5) brightness(.75) saturate(2);
	}
	a
	{
		color:#88c;
	}
		a:visited
		{
			color:#c88;
		}
}

