body {
	font-family: impact; 
}

#scorepage {
	background-image: url('sprites/gameover_screen.png');
	width: 800px; 
	height: 600px; 
	margin: 0px auto -1px auto;
	visibility: hidden;
}

#scoretable {
	position: relative; 
	background-color: black;
	color: white; 
	text-align: center;
	left: 380px; 
	top: 140px; 
	width: 360px; 
	height: 370px;
}

#replaylink {
	visibility: hidden; 
	text-align: center; 
	font-size: 4em;
}

a, a.visited {
	color: black; 
}

p.normal {
	font-size: 1em; 
}

p.score {
	font-size: 2em; 
}

input {
	font-size: 1em; 
	color: white; 
	background: black; 
	border: 2px inset white;  
}

button {
	font-size: 1em; 
	color: white;
	background: black; 
	border: 2px outset white; 
}

h1 {
	font-size: 2em; 
}

table{
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	border-spacing: 10px; 
}

tr{
}