
a
{
	text-decoration: none;
	color: "blue"; 
	
}
a:link
{
	text-decoration: none;
	color: "blue"; 
	
}

a:visited
{
	text-decoration: none;
	color: "blue"; 
	
} 
a:active 
{
	text-decoration: none;
	color: "blue";
}
body
{
        font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: "11 px";
	background-color: "#FFFFE8";
	color: "#000080";
	text-align: justify;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
}

h1
{
	color: "#000080";
	font-size="18 px";
}
h2
{
	color: "#FF9900";
	float: "center";
	font-size="14 px";	
}
h3
{
	color: "gray";
	float: "center";
	font-size="11 px"; 
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}

li
{
        list-style-image: url('/immagini/punto_elenco.gif')
}


form, select, input, td, tr, textarea
{
	font-family: Verdana, Arial, Helvetica;
	font-size: "11 px";
	
}	

select, input, textarea
{
	
	color: #000080}	
}

table, tr, td
{
	color: "black"
	bordercolorlight:"#000000" cellspacing:"0" cellpadding:"0" bordercolordark:"#000000"
}

