body {
    background-color: black;
    color: yellow;
}

#IMG1 {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

#IMG3 {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

#IMG4, #IMG5, #IMG6 {
    left: 0px;
    display: none;
}

div {
    position: absolute;
    left: 25%;
    width: 50%;
    margin-top: auto;
    margin-left: auto;
    text-align: center;
}

#canvas {
    display: none;
    background-color: black;
}

#Score1 {
    color: red;
    font-style: italic;
}

#Score2 {
    color: yellow;
    font-style: italic;
}

#Options {
    width: 432px;
    border: blue solid 3px;
    margin-left: auto;
    margin-right: auto;
}

#Controls, #PacManStyle {
    border: blue solid 3px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

table {
    margin-left: auto;
    margin-right: auto;
}

#TurquoiseStyle, #TurquoiseStyleimg, #GreenStyle, #GreenStyleimg, #InvisibleStyle, #InvisibleStyleimg {
    display: none;
}

button, input {
    background-color: blue;
    color: yellow;
    border: solid darkblue 3px;
}

#HSTable {
    background-color: darkblue;
}

h1 {
    color: yellow;
}

#HSbody {
    text-align: center;
}