
table{
	width:80%;
	border-collapse:collapse;
	border: 2px solid black;
}

th,td{
	padding:10px;
	text-align:right;
	border:1.2px solid black;
}

th{
	background-color:#d1e2ff;
	
}
th:hover{
	background-color:#cfe2f1;
}
td:hover{
	font-size:2em;
}
tr:nth-child(odd) {
	background-color:#cfd0fe;
}
tr:nth-child(even){
	background-color:#cfbed0;
}
tr:hover td{
	font-size:120%;
	font-weight:bold;
	backfround-color:lightgray;
}
