.mtable {
	position: relative;
	align: middle;
	top: 50px;
	margin: auto;
	width: 60%;
	bordedr: 1px solid black;

}
table {
	width:80%;
	border-collapse:collapse;


}
th,td {
	padding:12px;
	text-align:center;
	
}
th{
	background-color:orange;

}
th:hover {
	background-color: yellow;
}
th:hover {
	font-size:2em;
}
tr:nth-child(odd) {
	background-color:red;
}
tr:nth-child(even) {
	background-color:dark red;
}
