@charset "utf-8";
/* CSS Document */

/*caratteri */
h1 {
	font-size: 36px;
	font-style: oblique;
	font-weight: bolder;
	color: #0099FF;
	font-family: Times;
}
h2 {
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #00CCFF;
}
p {
	font-family: Times;
	font-size: 12px;
	color: #0000CC;
	text-align: justify;
}
ol {
	font-family: Times;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0066FF;
}
h4 {
	font-family: Times;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	background-position: left;
}

