﻿BODY
{
	background-color: #FAF5F8;
}
p.score
{
	text-align: center;
	color: #4f0554;
	font-family: Arial;
	font-size: 14px;
}


td.counter
{
	background-color: #D7CED4;
}

tr.counter
{
	background-color: #D7CED4;
}

h1.top
{
	color: #a009aa;
	text-align: center;
	font-size: 30px;
	font-family: Arial;
	width: 100%;
	text-decoration: underline;
	filter: blur();
}
p.player
{
	color: #a009aa;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
}
.bottom
{
	text-align: center;
	color: #a009aa;
	font-family: Arial;
	font-size: 13px;
}
table.board
{
	margin-top: 0,5%;
	margin-left: 23%;
}
table.game
{
	background-color: #D7CED4;
}
table.inner
{
	cursor: pointer;
}
img.board
{
	width: auto;
	height: auto;
}

a
{
	color: #3C7D02;
}

input.pink
{
	color: #a009aa;
	text-align: center;
	background-color: #FAF5F8;
}

span.player
{
	color: #4f0554;
	text-align: center;
	font-weight: bold;
}

input.restart
{
	color: #a009aa;
	font-family: Arial;
	font-size: 15px;
	align: center;
}

p.sound
{
	color: #4f0554;
	text-align: center;
}

td.help
{
	color: #a009aa;
	font-family: Arial;
	font-size: 17px;
}
a.help
{
	color: #a009aa;
	text-align: center;
}

input.quit
{
	color: #3C7D02;
	font-family: Arial;
	font-size: 15px;
	align: center;
}
p.quit
{
	color: #E14AAE;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 17px;
	margin-top: 17%;
}
input.close
{
	color: #3C7D02;
	font-family: Arial;
	font-size: 15px;
	align: center;
	
}