﻿/* CSS Document */

h3
{
	color: navy;
}

body 
{
	background	: url("../img2chess/immagini/backblue.gif") #ccccff;
	font-family	: Arial, Helvetica, sans-serif;
	color		: #000080;
}
img.foto
{
	border		: thick solid white;
	background	: white;
}
table.articolo
{
	background	: #eeeeff;
	width		: 800px;
	border		: thick solid #8080cc;
}
table.articolo tr td
{
	background	: #eeeeff;
	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	: #eeeeff;
	color		: #eeeeff;
	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;
}

a.def
{
	font-weight	: 900;
	color		: navy;
}	