body{
	margin-left: 4em;
	margin-right: 4em;
	background-color: white;
	}


.table{
	width: 95%;
	margin: auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

.table th{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: rgb(150, 240, 100);
}

.table td{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}
	
.table .ta1{
	text-align: left;
}

.table .ta2{
	text-align: left;
}