A:link { text-decoration: none; color: #009900;}
A:active { text-decoration: none; color: #009900;}
A:visited {text-decoration: none; color: #009900;}
A:hover { text-decoration: underline; color: #009900;}

body
{
	font-family: Arial, Times New Roman, Times;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
	background-image: url('images/fondoicoper.jpg');
	background-position: center center;
	color: rgb(64,64,128);
	font-size: 10 pt;
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
	font-size: 10 pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman, Times;
}
h1
{
	color: rgb(0,64,128);
	font-size: 20 pt;
}
h2
{
	color: rgb(0,55,55); 
	font-size: 16 pt;
}
h3
{
	color: rgb(0,64,64); 
	font-size: 14 pt;
}
h4
{
	color: rgb(64,128,128);
	font-size: 12 pt;
}
h5
{
	color: rgb(64,100,100);
	font-size: 8 pt;
}
h6
{
	color: rgb(64,128,128);
	font-size: 6 pt;
}

