﻿/* CSS Document */

h3
{
	color: brown;
}

body 
{
	background	: url("../img2chess/immagini/backgreen.gif") #ccffcc;
	font-family	: Arial, Helvetica, sans-serif;
	color		: #008000;
}
img.foto
{
	border		: thick solid white;
	background	: white;
}
table.articolo
{
	background	: #eeffee;
	width		: 800px;
	border		: thick solid green;
}
table.articolo tr td
{
	background	: #eeffee;
	text-align	: justify;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
}
.titolo 
{
	color: #009900;
	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		: green;
	background 	: #ffffcc;
}
.torneo
{
	font-weight	: 900;
	color		: green;
	background	: #aaffaa;
}
.footer
{
	text-align	: center;
	background	: #ddffcc;
	border		: thick solid #ddffcc;
	width		: 800px;
}
.comment
{
	position	: absolute;
	left		: -1000px;
	top			: -1000px;
	width		: 400px;
	border		: thin solid green;
	background  : #ffdddd;
}
.butt
{
	background	: #eeffee;
	border		: thin solid green;
	font-size	: 18px;
	font-weight	: 900;
}

a.def
{
	font-weight	: 900;
	color		: green;
}