/* CSS Document */

body{background-color: #FFF; 
color: #CCC;
font-family: Arial, Helvetica, sans-serif; 
font-size:13px;
font-weight: normal; font-style: normal;
text-decoration: none; 
}

.grassetto {
COLOR: #CCC; 
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: bold; 
text-decoration: none; 
}

.titoletto {
COLOR: #999; 
font-family: Arial, Helvetica, sans-serif; font-size: 25px; 
font-weight: normal; 
text-decoration: none; 
}

.LIGHTGRAY {
COLOR: #EBEBEB; 
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: normal; font-style: normal;
text-decoration: none; 
}

A.testolink:link 
{
color: #CCC;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: normal; 
text-decoration: none; 
}
A.testolink:visited
{
COLOR: #CCC; 
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: normal; 
text-decoration: none;
}
A.testolink:hover{
COLOR: #CCC;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: normal; 
text-decoration: underline;
}
A.testolink:active {
COLOR: #CCC; 
font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
font-weight: normal; 
text-decoration: underline; 
background-color: #FFFFFF;
}
