body {
    font-family: "Courier New";
    background-color: #282828;
}

.buttonlink {
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-family: "Courier";
    border: 2px solid #BBBBBB;
    background: #0D2C54;
    color: #7FB800;
    text-decoration: none;
    margin: auto;
}

.buttonlink:hover {
    background: #1D3C64;
}

.buttonlink.active {
  background: #222222;
}

.yearbuttonlink {
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-family: "Courier";
    border: 2px solid #BBBBBB;
    background: #0D2C54;
    color: #7FB800;
    text-decoration: none;
    margin: auto;
}



.yearbuttonlink:hover {
    background: #1D3C64;
}

.yearbuttonlink.active {
  background: #222222;
}