@charset "utf-8";
/* CSS Document */

body{
	background-image: url(/prova_sito_html/intestazion1.jpg);
	background-attachment:fixed;
}
td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	color: #000;
    font-size: 14px;
}
a:link {
	text-decoration: inherit;
	color: blu;
	}
a:visited {
	text-decoration: none;
	color: blu;
	}
a:hover{
	color: red;
	text-decoration: none;
}
p:{
	font-size:14px;
}