.itemtable {
	border: 3px inset #006600;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 50px;
	width: 600px;
	box-shadow: 5px 5px #000000;
}
.itemtdimg {
	border: 3px inset #006600;
	min-height: 90px;
	min-width: 90px;
	max-height: 90px;
	max-width: 90px;
	width: 90px;
	height: 90px;
}
.itemtdtxt {
	border: 3px inset #006600;
	padding: 0px 10px;
	text-indent: 1.0rem;
}
.linkborder {
	font-size: 1.5rem;
	background: #000000;
	border: thick groove #66CC00;
	color: #FFFF00;
	width: 60%;
	list-style: inside square;
	padding-left: 20px;
	margin: auto;
	box-shadow: 5px 5px #000000;
}
.textborder {
	text-align: left;
	color: #FFFFFF;
	background: #0066FF;
	border: 5px ridge #999900;
	width: 95%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
