body {
	background-color: white;
	text-align:center;
	padding:55px;
}

.center {
	text-align:left;
}

#sample1{
	width:100%;
	max-width:1600px;
}

th {
	background-color: blue;
	height:30px;
	color:white;
	text-align: center;
}

td {
	text-indent:5px;
	color:#444;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}

td.left {
	border-left:1px solid #2e638e;
}

td.right {
	border-right:1px solid #2e638e;
}

td.bottom {
	border-bottom:1px solid #2e638e;
}
