/* Span Page Styles */
/*
/* Category Title*/
.title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	}
/* Title Link*/
.t_link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;

}
a {
	font-family: Arial;
	color: #800000;
	}
.numlinks {
	font-family: Arial;
	font-size: 11px;

}
.cat_link {
	font-weight: bold;
	font-size: 16px;

}

/* Game Title*/
.g_title {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
	}

/* Cheat Title*/
.c_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	}

/* Cheat Description*/
.description {
	font-family: Arial;
	font-size: 14px;
	}

/* Rating*/
.rating {
	font-family: Arial;
	font-size: 15px;
	}
/* Rating Link*/
.rating_link {
	font-family: Arial;
	font-size: 11px;
	}
/* Cheat Info*/
.cheat_info {
	font-family: Arial;
	font-size: 11px;
	color: #6f6f6f;
	}
/* Page Updated string*/
.update {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	}



