/* Definisco le Regole*/

/* Corpo del Programma */
body
{
font-family: Times New Roman; 
font-size: 16px; 
font-color: #FFFFFF;
text-align: center; 
cursor: crosshair;
}

/* TAG TITOLI */
H1
{
font-family: Times New Roman; 
font-size: 18px; 
color: #FFFFFF;
text-align: center; 
}

/* TABELLA */
table
{
font-family: Times New Roman; 
font-size: 14px; 
color: #FFFFFF;
text-align: center;
#border: 2px solid #FFFFFF;
}

/* LINK */
a:link
{
color:#FFFFFF;
text-decoration: underline;
}

a:visited
{
color:#FFFFFF;
text-decoration: underline;
}

a:active
{
color:#FFFFFF;
text-decoration: none;
}

a:hover
{
color:#FFFFFF;
text-decoration:overline;
}



