/* Definisco le Regole*/

/* Corpo del Programma */
body
{
font-family: Adobe Garamond Pro, Tahoma, Century Gothic, Verdana; 
font-size: 16px; 
font-color: #ffffff;
text-align: center; 

/*background-image: url(Sfondo.jpg);*/
background-color: #FFFFCC;
background-attachment: fixed;

cursor: crosshair;
}

/* TAG TITOLI */
H1
{
font-family: Moderna, Adobe Garamond Pro, Tahoma, Century Gothic, Verdana; 
font-size: 18px; 
color: #000000;
text-align: center; 
}

/* TABELLA */
table
{
font-family: Adobe Garamond Pro, Tahoma, Century Gothic, Verdana; 
font-size: 16px; 
color: #000000;
text-align: center;

background-repeat: no-repeat;
background-position: center;
}

/* LINK */
a:link
{
color:#339933;
text-decoration: underline;
}

a:visited
{
color:#339933;
text-decoration: underline;
}

a:active
{
color:#339933;
text-decoration: none;
}

a:hover
{
color:#cfcfcf;
text-decoration:overline;
}



