<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<head>
	<title>STYLE CSS</title>
</head>

<body>
<HEAD>
<STYLE TYPE="text/css">
<!--

H1 {color: Navy;
font-family: Tahoma, Arial, sans-serif;
font-style: bold;
font-weight: 500;
text-align: left}

H2 {color: #FFCC00;
font-family: Arial, Tahoma, sans-serif;
font-style: italic;
font-weight: 400;
text-align: left}

H3 {color: Red;
font-family: Tahoma, Arial, sans-serif;
font-style: normal;
font-weight: 400;
text-align: left}

H4 {color: rgb(8,128,41);
font-family: Tahoma, Arial, sans-serif;
font-style: italic;
font-weight: 600;
text-align: left}

BODY {color: Black;
font-family: Tahoma, Arial, sans-serif;
font-style: bold;
font-weight: 400;
text-align: left}

BODY { background-image: url(sfondo.jpg) }

-->
</STYLE>	
</HEAD>

</BODY>

