body {
    background-color: rgb(182, 209, 28);
}
header {
    border: 7px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a {
    margin: 0 15px;
}
table {
    border: 7px solid rgb(0, 0, 0);
    background-color: rgb(247, 106, 106);
    table-layout: fixed;
//    width: 100%;
    text-align: center;
//    font-family: Arial;
//    font-weight: bold;
//    font-style: italic;
//    font-size: 70%;
}
tr {
    height: 33px;
}
th {
    border: 1px solid black;
    background-color: rgb(0, 238, 255);
}
td {
    border: 1px solid black;
    background-color: white;
}
.winner {
    background-color: rgb(250, 174, 32);
}
.cat1 {
    background-color: rgb(201, 201, 201);
}
.cat2 {
    background-color: white;
}
.toprow {
    font-size: 130%;
}
.wrapsize {
    font-size: 80%;
}
#topcorner {
    font-size: initial;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: red;
}
a:active {
    color: purple;
}