body {background-image: url(modifiche/carta.gif); background-repeat: repeat; }

/*Sintassi
selettore {background-repeat: <valore>;}
Valori
repeat. L'immagine viene ripetuta in orizzontale e verticale. E' il comportamento standard. 
repeat-x. L'immagine viene ripetuta solo in orizzontale. 
repeat-y. L'immagine viene ripetuta solo in verticale. 
no-repeat. L'immagine non viene ripetuta. */

A { 
	color : #996666;
	text-decoration : underline;
	font-weight: bold;
}

A:Visited  { 
	
	color : #996666;
	text-decoration : underline;
	font-weight: bold;
}

A:Hover  { 
	
	color : #FF3300;
	text-decoration : underline;
	font-weight: bold;
}

.titolo1 {
font-family: "bookman old style", Thaoma, "Times New Roman", serif;
font-size: 60px;
font-weight: bold;
font-style: normal;
text-decoration: normal;
text-align: center;
color: #CC3300;
}


.titolo2 {
font-family: "bookman old style", Thaoma, "Times New Roman", serif;
font-size: 40px;
font-weight: bold;
font-style: italic;
text-decoration: normal;
text-align: center;
color: #CC3300;
}


.testo {
font-family: "dauphin", Thaoma, "Times New Roman", serif;
font-size: 25px;
font-weight: normal;
font-style: normal;
text-decoration: normal;
text-align: justify;
color: #996666;
}
