/*
	These CSS rules affect the styling of the demo pages. The centering techniques
	are demonstrated in the individual in the individual 1.html, 2.html and 3.html files.
*/


*{
	margin:0;
	padding:0;
	color: #999;
}

body{
	/* Setting default text color, background and a font stack */
	color:#222222;
	font-size:0.825em;
	background: #000000;
	font-family: 'Roboto', sans-serif;
}

#fifengrBody{
	background-color:#000000;
	color:#222222;
	font-size:3.0em;
	background: #000000;
	font-family: 'Roboto', sans-serif;
}



