body {
    background-image: url("darkgreybg.jpg");
}

p, a, h1, h3{
    color:beige;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

h1 {
    font-size: 60px;
}

h1:hover, h3:hover, a:hover
{
    color: rgb(224, 224, 224);
}

h3
{
    font-size:20px;
    font-style: italic;
}

#maincolortable, #scorebox, #percentagebox
{
    margin-left: 30px;
    margin-right: 30px;
    width: 250px;
    height: 250px;
    border: 4px solid white;
    border-radius: 70px;
    background-color: blue;
}

.choosebutton
{
    width: 200px;
    height: 200px;
    margin-left: 50px;
    margin-right: 50px;
    border: 4px solid white;
    border-radius: 70px;
    background-color: blue;
}

#maincolortable:hover, .choosebutton:hover
{
    border-color: rgb(170, 170, 170);
}

#scoretext, #perctext
{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 60px;
    text-align: center;
}

#maincolortext
{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    text-align: center;
}

#maincolortext:hover
{
    color: rgb(255, 255, 255);
}

#scorebox, #percentagebox
{
    background-color: rgb(84, 84, 84);
}
