












* { 
	padding: 0; 
	margin: 0;
}



body{
	color: #66142A;
	background: red;	
}

a:link, a:visited{

	color: yellow;
}


.inputBox{
	color: yellow;
	text-align: center;
	font-size: 12pt;
	
}

.gameRules{
	color: blue;
	text-align: left;
	font-size: 14pt;	
	border: 0px solid black;
}


.guessTotal{
	color: blue;
	text-align: center;
	font-size: 18pt;	
	border: 2px solid black;
}

.swami{
	text-align: center;
	font-size: 24pt;	
	border: 2px solid black;
}

.gameHeader{
	color: yellow;
	text-align: center;
	font-size: 14pt;	
	border: 2px solid black;
}
.gameTable{
	color: blue;
	text-align: left;
	font-size: 16pt;
	width: 500px;	
	border: 1px solid black;
}	


.gameButton {
    width: 200px;
    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;
}


 .yellow {
	background-color: yellow ;
	text-align: center;
	font-size: 24pt;	
	border: 2px solid black;
	
}

 .red {
	background-color: red ;
	text-align: center;
	font-size: 24pt;	
	border: 2px solid black;
	
}

 .blue {
	background-color: blue ;
	text-align: center;
	font-size: 24pt;	
	border: 2px solid black;
	table-layout: auto ;
}

.test {
	color: blue ;
	background-color: blue ;
	text-align: center;
	font-size: 24pt;	
	border: 2px solid black;
	
}