.year {
width:100px;
text-align:center;
}

.download {
width:150px;
text-align:center;
}


table
{
  border-collapse: collapse;
  width=100%;
}

td
{
  padding:1em;
}

.row1 
{
background-color:Turquoise;
height:50px;
font-size:.9em;
}

.row2
{
background-color:aquamarine;
height:50px;
font-size:.9em;
}

th {
 text-align: left;
 text-transform: uppercase;
 font-size: 1.1em;
 padding-left: 220px;
 border-bottom: 2px solid gray;
 border-top: 2px solid black;
}  