th {
background-color: blue;
color: white;
}
table, td {
border-style: solid;
padding: 2px;
}
tr:nth-of-type(even) {
background-color: gray;
}
a:visited{
color: green;
}