body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../../AMD_WebPage_RIGHT%20copy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #6633CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99FFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: xx-large
}
.style4 {font-size: small}
.style7 {
	color: #CC9966;
	font-weight: bold;
}
.style8 {
	font-size: small;
	color: #003300;
}
.style12 {font-size: small; color: #FFFFFF; }
.style14 {
	color: #003300;
	font-weight: bold;
}
.style15 {color: #003300}
.style9 {
	color: #003300;
	font-size: 16px;
}
.gallery-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
}
.gallery-item {
	display: block;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-color: #111111;
	border: 1px solid #333333;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
