@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: justify;
}
h1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rosso {
	font-weight: bold;
	color: #FF0000;
}
.rosso a:link, .rosso a:active, .rosso a:visited{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.rosso a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.arancio {
	font-weight: bold;
	color: #FF6600;
}
.arancio a:link, .arancio a:active, .arancio a:visited{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.arancio a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.giallo {
	font-weight: bold;
	color: #F2D000;
}
.giallo a:link, .giallo a:active, .giallo a:visited{
	font-weight: bold;
	color: #F2D000;
	text-decoration: none;
}
.giallo a:hover {
	font-weight: bold;
	color: #F2D000;
	text-decoration: underline;
}
.verde {
	font-weight: bold;
	color: #00CC00;
}
.verde a:link, .verde a:active, .verde a:visited{
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
}
.verde a:hover {
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}
.celeste {
	font-weight: bold;
	color: #00CCFF;
}
.celeste a:link, .celeste a:active, .celeste a:visited{
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.celeste a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: underline;
}
.viola {
	font-weight: bold;
	color: #9966CC;
}
.viola a:link, .viola a:active, .viola a:visited{
	font-weight: bold;
	color: #9966CC;
	text-decoration: none;
}
.viola a:hover {
	font-weight: bold;
	color: #9966CC;
	text-decoration: underline;
}
.magenta {
	font-weight: bold;
	color: #FF0099;
}
.magenta a:link, .magenta a:active, .magenta a:visited{
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}
.magenta a:hover {
	font-weight: bold;
	color: #FF0099;
	text-decoration: underline;
}
.nero {
	font-weight: bold;
	color: #000000;
}
.nero a:link, .nero a:active, .nero a:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nero a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}