body {
	background-color: #FFFFFF;
			background-image: url(score2.png);
			height: 100%;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
}

.maintable{
			background-color: #050561;
			width: 800px;
			height: 600px;
			border: 2px solid #000000
		} 
.whitetext{
			font-family: 'Carrois Gothic SC', sans-serif;
			color:#FFFFFF;
			text-align: center;
			font-size: 20px;
		}
.headtext {
			font-family: 'Ranchers', cursive;
			color:#FFFFFF;
			text-align: center;
			font-size: 40px;
		}