<style>
body {
    font-family: arial, helvetica, sans-serif;
}

/* The Modal (background) */
.modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 10px; /* Location of the box */
}

/* Modal Content */
.modal-contents {
    background-color: #E1E1E1;
    margin: auto;
    padding: 20px;
    border: 3px solid white;
    width: 300px;
    height: 90px;
    border-radius: 15px;
    position: relative;
    /*float: right;*/
}

/* The Close Button */
.close {
    color: #AAA;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 0px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-radius: 12px;
    border-style: hidden; /* hide standard table (collapsed) border */
    /* this draws the table border  */
}

td {
    border-radius: 12px;
}

a:visited,
.alink:visited {
    color: #00507A;
    text-decoration: none;
}

a:hover,
.alink:hover {
    color: #02007A;
}

a:active,
.alink:active {
    color:;
}

</style>
<script >
var i=0;
</script>