/*
	Comment
*/

* { 
	color:  #999; 
	}

.TestClass {
	color: Black;
	background-color: White;
	text-align: left;
}

.top {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 2em;
	line-height: 2em;
}
