table, th, td, tr {
    border: 1px solid black;
    width: 100%;
    height: 75px;
    table-layout: fixed;
}
tr:hover{background-color:#f5f5f5};

ul {
    width: 95%;
    display: table;
    table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse;
}
li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

body {
    color: #0000ff;
    font-family: "Sitka Text";
    font-stretch: normal;
    text-decoration: none;
}

p {
    color: #ff8040;
    font-family: Arial, sans-serif, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

