body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: yellow;
	text-align: center;
	height: 1150px;
	overflow: hidden;
	background-image: url("Clouds.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#CenterPage {
	position: relative;
	width: 1100px;
	margin: 0px auto;
}
#BannerLogo1 {
	position: absolute;
	top: 40px;
	left: 20px;
}
#BannerLogo2 {
	position: absolute;
	top: 40px;
	left: 905px;
}
#RARAheader1 {
	font-size: 40px;
	color: yellow;
	position: absolute;
	left: 220px;
	top: 85px;
	font-style: italic;
	text-shadow:  0px 0px 0px #000000, 4px 3px 0px #000000;
}
.RARAheader2 {
	font-size: 32px;
	font-style: italic;
	text-shadow:  0px 0px 0px #000000, 3px 2px 0px #000000;
}
.RARAheader3 {
	font-size: 24px;
	font-style: italic;
	text-shadow:  0px 0px 0px #000000, 3px 2px 0px #000000;
}
.NoReportColor {
	background-color: black;
	font-size: 14px;
	display: block;
	border: 2px solid white;
	padding: 3px 0px 3px 0px;
}
.PairingColor {
	background-color: green;
	font-size: 14px;
	display: block;
	border: 2px solid white;
	padding: 3px 0px 3px 0px;
}
.UnofficialColor {
	background-color: red;
	font-size: 14px;
	display: block;
	border: 2px solid white;
	padding: 3px 0px 3px 0px;
}
.OfficialColor {
	background-color: blue;
	font-size: 14px;
	color: yellow;
	display: block;
	border: 2px solid white;
	padding: 3px 0px 3px 0px;
}
a {
	color: black;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	position: absolute;
	top: 218px;
	border: 6px solid yellow;
}
td {
	width: 170px;
	text-align: center;
	padding: 8px 8px 0px 8px;
}
