table {

    color: #ffffff;
    background-color: #0000ff;
    width: 100%;
    border: medium solid black;

}

th {

    //font-family: "impact";
    font-size: 14pt;
    width: 20%;
    border: medium solid black;
    text-align: center;
    height: 100px;

}

td {

    font-size: 18pt;
    width: 20%;
    border: medium solid black;
    text-align: center;
    height: 100px;

}

a {

    color: #ffffff;
    font-weight: bold;
    text-decoration: none; 

}

a:visited { color: #0000ff; }

a:hover { color: #ffffff; }