/* CSS Document */

    body
    {
        scrollbar-face-color:#aaaaaa;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#C0C0C0;
        scrollbar-shadow-color:#808080;
        scrollbar-darkshadow-color:#232323;
        scrollbar-track-color:#dddddd;
        scrollbar-arrow-color:#ff0000;
    }

.linea {
border: 4px solid #666666;
padding:0px;
}

.testo {
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	color: #222222;
	}
.testoe {
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	color: #ff0000;
	}
.titolo {
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	}
	
.logored {
	text-decoration: none;
	font-weight: bold;
	font-family: arial black;
	font-size: 32px;
	color: #ff0000;
	}
.logowhite {
	text-decoration: none;
	font-weight: normal;
	font-family: arial black;
	font-size: 28px;
	color: #ffffff;
	}
.logoblack {
	text-decoration: none;
	font-weight: bold;
	font-family: arial black;
	font-size: 28px;
	color: #000000;
	}

a {
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	}
a:hover {
	text-decoration: none;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	background-color: #ffffff;
	padding: 1px;
	}
	
.copy
{
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	color: #666666;
	}
