BODY {
   font-family: fanct;
   font-size: medium;
   color: #681400;
   font-weight: bold;
   background-image: url('Sfondo.jpg');
   background-position: 0px 0px;
   overflow:auto;
   }

IMG {
   border: 0px;
   }

.fontxxsmall
{
   font-size: xx-small;
}
.fontxsmall
{
   font-size: x-small;
}
.fontsmall
{
   font-size: small;
}
.fontmedium
{
   font-size: medium;
}
.fontlarge
{
   font-size: large;
}
.fontxlarge
{
   font-size: x-large;
}
.fontxxlarge
{
   font-size: xx-large;
}

TABLE {
   font-family: fanct;
   font-size: small;
   color: black;
   }

A:link {
   text-decoration: none;
   color: black;
   font-style: italic;
   }
A:visited {
   text-decoration: none;
   color: black;
   font-style: italic;
   }
A:hover {
   text-decoration: underline;
   color: black;
   font-style: italic;
   }


