/* CSS for Perfect 10 Game -JAsh */

body {
	text-align: center;
	font-family: "verdana";
	background-color: purple;
	}

h1 {
	font-size: 30px;
	}

table {
	margin-left: auto;
	margin-right: auto;
	}

td {
	text-align: center;
	width =100%;
	}

button {
	border: 0;
	font: inherit;
	padding: 12px 14px;
	background-color: grey;
	}

#firstnum {
	color: black;
	}

#resetButton {
	visibility: visible;
	}