@charset "UTF-8";
/* CSS Document */

body #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #CCC;
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent .testTitle {
	color: #009;
	font-weight: bold;
	text-align: center;
}
