/* Foglio di stile per pagine */


BODY {
    background-color: rgb(255,255,255)
}

h1 {
    font-weight: bold;
    font-family: verdana;
    font-size: 24pt;
    color: rgb(255,255,255);
}

h3 { 
	font-family:	Arial;
	font-size: 10 pt; 
	font-weight: bold 
	font-color: rgb(255,255,255):
}
h4 {
    font-weight: normal;
    font-family: verdana;
    font-size: 18pt;
    color: rgb(255,255,255);
}


A:link {
	color: rgb(1,160,199);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
}
A:visited { 
	color: rgb(33,66,99); 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	}
A:active { color: rgb(1,160,199); }
A:hover {
	color: rgb(0,135,56);
	font-weight: bold;
} 


