body 
	{ 
		target: principale;
		background-image: url(../immagini/pattern-poliservice.png); 
		background-repeat: repeat;
		background-attachment: fixed;
		font-family: Tahoma, Arial,sans-serif;
		font-size: 16px;
		letter-spacing: 5px;
		word-spacing: 5px;
		text-align: justify;
	}

body.testo
	{
		margin: 60px;
		line-height:25px;

	}


a.button 
	{
		target: principale;
		display: block;
		width: 160px;
		height: 30px;
    		margin: 0.1em;
		text-decoration: none;		
		text-align: center;
		font: 10px/35px Tahoma,Arial,sans-serif;
		font-weight: bolder;
		color: black;
		letter-spacing: 0px;
		background: url(../bottoni/bottoneblu.gif); 
	}

a.button:hover
	{ 
		target: principale;		
		background: url(../bottoni/bottoneverde.gif);
	}
</style>
</head>
 
	
