h1{
	font-weight: bold;
    font-size: x-large;
    text-align: center;
    font-family: Verdana;
    color: #000080;
}
h2{
	font-weight: bold;
    font-size: medium;
    text-align: center;
    font-family: Verdana;
    color: #000080;
}
p{
	font-family: Comic Sans MS;
    color: red;
}
table, td{
	font-family: Arial;
    border-color: orange;
    border-style: double;
    border-width: medium;
    text-align: center;
    color: #000080;
}
li{
	list-style-type: "⚖ ";
}
a{
	text-decoration: none;
    color: #CC0099;
}
a:visited{
	color: #808080;
}
a:hover{
	color: white;
    background-color: #000080;
}
body{
	background-image: url(immagini/sfondo.jpg);
}
img{
	width: 175px;
}