body {
	background-color: #FFFFCC;
	text-align: center;
}
p {
	color: #660066;
	text-align: left;
}
h1 {
	color: #CC0000;
}
.ticTacToeTitleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0099;
	text-align: center;
}
.ticTacToePageTableStyle {
	background-color: #FFCCCC;
}
.ticTacToeTableRightSideStyle {
	vertical-align: top;
}
.ticTacToePlayerLabel {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.ticTacToeBoxStyle {
	width: 300px;
	height: 300px;
	border: 3px;
	border-color: #000000;
	border-style: solid;
	background-color: #FF0066;
}

.ticTacToeImageCellStyle {
	width: 96px;
	height: 96px;
	border: 2px;
	border-color: #000000;
	border-style: solid;
	background-color: #FF9999;
}
.ticTacToePlayerWins {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
}
.ticTacToeRestartButtonStyle {
	border-top: 2px;
	border-top-color: #990000;
	border-top-style: solid;
}
.ticTacToeRulesStyle {
	border-top: 2px;
	border-top-color: #990000;
	border-top-style: solid;
}
.ticTacToeRulesStyle a:link {
	color: #FF0000;	
}
.ticTacToeRulesStyle a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}