a
{
    text-decoration: none;
    color: rgb(250, 105, 130);
}

a:hover
{
    color: rgb(176, 72, 248);
}

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
}

.gametitle
{
    border-radius: 15px;
    padding: 5px;
    width: 900px;
    margin-bottom: 10px;
    background-color: rgb(255, 212, 193);
}
.gameformat
{
    border-radius: 15px;
    padding: 5px;
    font-size: 16pt;
    width: 900px;
    background-color: rgb(255, 242, 209);
}
.bunch
{
    text-align: start;
    padding: 10px;
}

.banned
{
    text-decoration: none;
    color: rgb(250, 105, 130);
}

.banned:hover
{
    cursor: pointer;
    color: rgb(176, 72, 248);
}
.banned span 
{
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: 50px;
}

.banned:hover span 
{
    visibility: visible;
}

.bannedcard
{
    width: 300px;
    border-radius: 15px;
    box-shadow: -2px 2px 10px -1px #333;
}

.away
{
    text-align: center;
    padding: 10px;
}

.labelscroll
{
    padding: 10px;
}

table
{
    font-size: 20pt;
}