BODY, td { 
		color: #330000;
		font-family: Garamond, Arial, sans-serif;
		font-size: 12pt; 
}

.copyright {
	 	color: #ffffff; 
		font-size: 10pt; 
}

.logo {
	 	color: #ff0000; 
		font-size: 16pt; 
		font-weight: bold;
		font-family: Comic Sans MS, Verdana, sans-serif;
}

.title {
	 	color: #996600; 
		font-size: 15pt; 
		font-weight: bold;
		font-family: Comic Sans MS, Verdana, sans-serif;
}

.subtitle {
	 	color: #ff0000; 
		font-size: 14pt; 
		font-weight: medium;
		font-family: Comic Sans MS, Verdana, sans-serif;
}


.subtitle2 {
	 	color: #990066; 
		font-size: 12pt; 
		font-weight: medium;
		font-family: Comic Sans MS, Verdana, sans-serif;
}


.subtitle3 {
	 	color: #000080; 
		font-size: 11pt; 
		font-weight: bold;
		font-family: Garamond, Comic Sans MS, Verdana, sans-serif;
}

.navig {
	 	color: #ffffff; 
		font-size: 8pt; 
		font-weight: bold;
		font-family: Garamond, Comic Sans MS, Verdana, sans-serif;
}
.navig a:link {
	 	color: #ffffff; 
		font-size: 8pt; 
		font-weight: bold;
		text-decoration: none;
}

.navig a:visited {
	 	color: #ffffff; 
		font-size: 8pt; 
		font-weight: bold;
		text-decoration: none;
}

.navig a:hover {
		font-size: 8pt; 
		font-weight: bold;
		color: #336666;	
		background: white; 	
		text-decoration: none;
}


.text {
	text-decoration: none;
	font-family:   Helvetica, Comic Sans MS, Arial, Verdana, Comic Sans MS; 
	font-size: 10pt;  
	color: #006600;

}

.spedizione {
	font-family:   Helvetica, Comic Sans MS, Arial, Verdana, Comic Sans MS; 
	font-size: 8pt;  
	color: #666666;

}
A:link {
		color: Blue;
		text-decoration: none;
}

A:visited {
		color: Blue;
		text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}