body{background-color: lightslategray;
}
h1{text-align: center;}

.table1 {width: 100px;background-color: rgb(49, 115, 165);}
.table1 tr {
	text-decoration:underline;
	background-color:rgba(120, 127, 131, 0.055);
}
.table1 td{
	border: 1px solid black;
}