﻿/* CSS Document */

h3
{
	color: navy;
}

body 
{
	background	: url("../img2chess/immagini/sfondo.gif") #ccffff;
	font-family	: Arial, Helvetica, sans-serif;
}
img.foto
{
	border		: thick solid white;
	background	: white;
}
table.articolo
{
	background	: white;
	width		: 800px;
	border		: thick solid white;
}
table.articolo tr td
{
	background	: white;
	text-align	: justify;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
}
.titolo {
	color: #000099;
	font-weight: bold;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
td.soluzione
{
	text-align:left;
}	
.sol
{
	background	: white;
	color		: white;
	font-size	: 1px;
}
h2
{
	color: navy;
	background : yellow;
}
.torneo
{
	font-weight	: 900;
	color				: navy;
	background	: #aaaaff;
}
.footer
{
	text-align:center;
	background:#ccddff;
	border: thick solid #ccddff;
	width:800px;
}
.comment
{
	position	: absolute;
	left		: -1000px;
	top		: -1000px;
	width	: 400px;
	border	: thin solid navy;
	background : #ffffdd;
}
.butt
{
	background	: #eeeeff;
	border			: thin solid navy;
	font-size		: 18px;
	font-weight	: 900;
}

