* { 
	padding: 0; 
	margin: 0;
}

canvas { 
	background: #eee; 
	display: block; 
	margin: 0 auto; 
}

body{
	color: White;
	background: red;	
}

a:link, a:visited{

	color: yellow;
}


.sectionText{
	color: yellow;
	text-align: center;
	font-size: 12pt;
	
}

.leftNav{
	color: yellow;
	text-align: left;
	font-size: 24pt;
	width: 50px;	
	border: 0px solid black;
}

		
tr.leftNavRowSelected:hover{
		background: #66142A;
}

.leftNavRowSelected{
		background-color: red;
}

tr.leftNavRow:hover{
		background: red;
}

.leftNavRow{
		background-color: #66142A;
}

.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;
}