.Game-Title {
	font-family: arial;
	font-size: 21px;
	color: #ffffff;
	font-weight:bolder;
}

.Game-Name {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.Back-to-Index {
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

.CopyRight {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #952454;
	text-decoration: none;
}

a:hover {
	color: #d2d996;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}