/* CSS Document */

    body
    {
        scrollbar-face-color:#FFFBF2;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#C0C0C0;
        scrollbar-shadow-color:#808080;
        scrollbar-darkshadow-color:#232323;
        scrollbar-track-color:#ffffff;
        scrollbar-arrow-color:#0022ee;
    }

.linea {
border: 1px solid #DEDBCF;
}

.testo {
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	color: #232323;
	line-height: 120%;
	}

.titolo {
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	color: #0066cc;
	font-style:italic;
	}
.link {
	text-decoration: none;
	color: #ffcc00;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	background-color: #0022cc;
	}

a {
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color: #ffcc00;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	background-color: #0022cc;
	}
	
.copy
{
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #ECAC00;
	}
