#divWelcome {
	text-align: center;
	font-family: Arial;
}

#divWelcome a {
	font-size: x-large;
}

.warningOverlay {
	display: none;
	text-align: center;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0.2, 0.2, 0, 0.5);
}

.warningOverlay h1 {
	color: red;
	display: inline-block;
	padding: 10% 0;
	width: 80%;
}

.informationOverlay {
	display: none;
	text-align: center;
	position: fixed;
	height: 100%;
	width: 100%;
}

.informationOverlay h1 {
	color: silver;
	display: inline-block;
	padding: 10% 0;
	width: 50%;
}

.errorMessage {
	color: red;
	text-align: center;
}

.informationMessage {
	text-align: center;
}

.hiddenDiv {
	display: none;
	text-align: center;
}

.instructions {
	width: 75%;
	text-align: left;
	margin: auto;
	font-family: Arial;
}

#tblPlayField {
	border-spacing: 0px;
	margin: 0 auto;
}

#tblPlayerList {
	width: 33%;
	background: #000000;
	border-collapse: separate;
	margin: 0 auto;
}

#tblPlayerList td {
	background-color: #aaaaaa;
}

#tblPlayerList span {
	font-size: x-large;
}

#txtPlayer1 {
	color: #0000ff;
}

#txtPlayer2 {
	color: #ff0000;
}

#txtPlayer3 {
	color: #ffff00;
}

#txtPlayer4 {
	color: #ff00ff;
}
