BODY
{
	background : url(../images/pattern1.gif);
}
A:link, A:visited, A:active
{
	font-family : arial, verdana;
	font-size: 12px;
	text-decoration : none;
	color : #FFFFFF;
}
A:Hover
{
	font-family : arial, verdana;
	font-size: 12px;
	background : #E2E2E2;
	color : #272959;
}
.nlink
{
	font-family : arial, verdana;
	font-size: 12px;
	color : #000000;
}
.nlink A:link  {color:#000000; text-decoration : none;}
.nlink A:visited {color:#000000; text-decoration : none;}
.nlink A:active {color:#000000; text-decoration : none;}
.nlink A:hover {background: #A5BFFA; color:#000000; text-decoration : none;}
.testo
{
	color:#000000;
	font-family : arial, verdana;
	font-size: 12px;
}
.Titolo
{
	color:#000000;
	font-family : arial, verdana;
	font-size: 16px;
	font-weight : bold;
}
INPUT
{
	background : #EEEEEE;
	border : 1px solid #999999;
}
TEXTAREA
{
background : #EEEEEE;
border : 1px solid #999999;	
}
.button
{
border:1px solid #999999;
font-family : Arial, Verdana, Tahoma;
font-size:10px;	
background : #AFC5FA 	;
cursor:hand;
}