@charset "UTF-8";
/* CSS Document */
/*table styles*/
body {
	text-align:center;	
}

table {
	caption-side: bottom;
	margin: 50px auto 40px auto;
	padding:0;
	border: thin solid #000;
}

td, th {
	padding: 5px;
	text-align: center;
}

td {
	border: thin solid #000;
	border-collapse: collapse;
}

th {
	background-color: #060;
	color: #FFF;
	border: thin solid #000;
}

caption {
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
}


