table {
	width:400px;
	margin:auto;
}
th {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#99CCFF;
	text-align:center;
	width:10em;
}
td {
	border:1px solid #99CCFF;
	/*white-space:nowrap;*/
}
