body{
	color: pink;
	background: orange;
}

a:link, a:visited{
	color: orange;
}

.leftNavRowSelected{
	background-color: orange;
}

.leftNavRow{
	background-color: purple;
}

.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;
}