body{
	color: aqua;
	background: #9D2235;
}

a:link, a:visited{
	background-color: yellow;
	color: black;
}

.sectionText{
	color: yellow;
	text-align: center;
	font-size: 12pt;
}

.leftNav{
	color: yellow;
	text-align: left;
	font-size: 14pt;
}

.gameButton {

    width: 1000px;

    height: 50px;

    display: block;

    margin: auto;

    margin-top: 10px;

    font-family: Arial, sans-serif;

    font-size: 30px;

    font-weight: bold;

    background-color: white;

    cursor: pointer;

}