h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: navy;
}
body{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: black;
}
th{
	background-color: #4caf50;
	color: white;
	font-size:14pt;
}
tr:nth-child(even){
	background-color: #f2f2f2;
}
	
table{
	border-spacing: 0px;
}