root { 
    display: block;
}

table {
    font-family: sans-serif;
    color: black;
    font-size: 18px;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}