table, th, td {
	border: 1px solid black;
}
	
table {
	border-collapse: collapse;
	margin: auto;	
}
	
td, th {
	padding: 5px;
}
	
th {
	background-color: #003979;
	color: #ffffff;
}
	
tr:nth-child(even) {
	background-color: #ffffff;
}
	
tr:hover, tr:hover a {
	background-color: #004591;
	color: #ffffff;
	transition: 0.3s;
}