a:link {
    color: white;
    text-decoration: none;
}
a:hover {
    color: gold;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
th {
    color: white;
    background: black;
    padding: 25px;
    margin: 25px;
    border: 8px solid green;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.Items {
    color: White;
    background: red;
    padding: 25px;
    margin: 25px;
    border: 8px solid gold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}