* { 
	padding: 0; 
	margin: 0;
}

canvas { 
	background: #eee; 
	display: block; 
	margin: 0 auto; 
}

body{
	color: #66142A;
	background: white;	
}

a:link, a:visited{

	color: yellow;
}
p{
	color: yellow;
	text-align: left;
	font-size: 18pt;
	text-indent:40px;
	padding: 35px;
}

.sectionText{
	color: yellow;
	text-align: center;
	font-size: 24pt;
	text-indent:40px;
}

.mainContent{
	color: yellow;
	text-align: left;
	font-size: 18pt;
	text-indent:0px;
}

.aboutNotes{
	border: 0px #2b2b2b solid;
	color: #47A9FF;
	text-align: left;
	font-size: 16pt;
	
}

.leftNav{
	color: yellow;
	text-align: left;
	font-size: 24pt;
	width: 50px;	
	border: 0px solid black;
}

		
tr.leftNavRowSelected:hover{
		background: #66142A;
}

.leftNavRowSelected{
		background-color: #66142A;
}

tr.leftNavRow:hover{
		background: red;
}

.leftNavRow{
		background-color: #66142A;
}

.bottomNav{
	color: yellow;
	text-align: left;
	font-size: 24pt;
	width: 50px;	
	border: 0px solid black;
}

		
tr.bottomNavRowSelected:hover{
		background: #66142A;
}

.bottomNavRowSelected{
		background-color: #66142A;
}

tr.bottomNavRow:hover{
		background: red;
}

.bottomNavRow{
		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;
}

#samples {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-collapse: collapse;
  width: 100%;
}

#samples td, #samples th {
  border: 1px solid #ddd;
  color: #b3b3ff;
  padding: 8px;
}

#samples tr {background-color: #66142A;}



#samples th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #66142A;
  color: white;
}