body {
	padding: 0;
	border: 0;
}
div#board {
	display: block;
	width: 316px;
	height: 316px;
	margin-right: auto;
	margin-left: auto;
	border: 2px rgb(255, 0, 132) solid;
}
img	{
	border: 0;
}
div.card {
	display: block;
	width: 75px;
	height: 75px;
	border: 2px rgb(255, 0, 132) solid;
	float: left;
	color: #f00;
	background: rgb(0, 99, 220);
}
div.card {
	cursor: pointer;
}
img {
	visibility: hidden;
}
.show {
	visibility: visible;
}
.show_perm {
	visibility: visible;
	color: #000;
	background: inherit;
}
p	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
p#respar {
	visibility: visible;
	color: #000;
	text-align: left;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	display: inline;
}
.blue	{
	color: rgb(0, 99, 220);
	background: inherit;
}
.pink	{
	color: rgb(255, 0, 132);
	background: inherit;
}
h2	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #888;
	background: inherit;
	display: inline;
	vertical-align: super;
}
