* {
	font-family: monospace;
	font-style: normal;
	font-variant: normal;
}
/*h1,h2,h3,h4,h5 {
	font-family: sans-serif;
}*/
table {
	border-collapse: collapse;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
} 
th {
	text-align: left;
	border-bottom: 1px solid black;
	background-color: #c2c2c2;
}
