/* CSS Document */

p {
font-family: Verdana, sans - serif;
font - size: 11px;
color: #000000;
line - height: 18px;
paddig: 3px;
}
.bold {
	font-family: Verdana, "sans- serif";
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	backgrond-color: #993300;
	display: block;
	padding: 8px;
	width: 140px
}
.navigation: hover {
	font-family: Verdana, "sans- serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	backgrond-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
.Titoletto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0033;
}
