body
{
	background-color: black;
	color: white;
	font-family: sans-serif;
	margin: auto;
	width: 50%;	
}

h1
{
	text-align: center;
	margin-top: 2px;
}

h2
{
	text-align: center;
}

a
{
	text-decoration: none;
	color: #FFFB5F;
}

a:hover
{
	text-decoration: underline;
}

a.backlink
{
	font-size: 0.7em;
}

div.center
{
	text-align: center;
}

table
{
	display: block;
	border: 1px solid;
	width: 800px;
	height: 500px;
	overflow-x: auto;
	overflow-y: scroll;
	font-size: 0.7em;
}

.evenodd tr:nth-child(odd) 
{
	background-color: #202020;
}

table.specs
{
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

table.compo2021
{
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

table.images
{
	border: 0px solid;
	display: table;
	margin: 0 auto;
	width: auto;
	height: auto;
}
td.imagetext
{
	text-align: center;
}
