.nl {
    text-decoration:none;
}

h1 { 
    color: black;
    font-size: 13pt;
    font: Arial;
    font-weight: normal;
}

h2 { 
    color: #567A72;
    font-size: 9pt;
    font: Arial;
    font-weight: normal;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: rgba(0,0,0,0.5);
    margin: 3% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 5px solid white;
    width: 960; /* Could be more or less, depending on screen size */
}

.button {
    background-color: white; /* Green */
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}