body
{
    font-size: 11px;
    color: white;
    font-family: Verdana;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
    scrollbar-face-color: #1f2727;
    scrollbar-highlight-color: #333333;
    scrollbar-shadow-color: #222222;
    scrollbar-3dlight-color: #888888;
    scrollbar-arrow-color: #ff9900;
    scrollbar-track-color: #4e4d4d;
    scrollbar-darkshadow-color: #111111;
	background-color:transparent
	text-align: center;
}

.testo {
	margin: 2px;
	text-align: justify;
}

.titolo{
	margin: 4px;
	text-align: justify;
	font-weight: bold;
}

a:LINK{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	margin-top: 4px;
}
a:VISITED{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:ACTIVE{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:HOVER{
	color : gold;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

input,textarea,button, select,option{
	font-family: Verdana; 
	font-size: 10px;
}

img {
	border: 0px;
	margin: 2px;
}