.{
	scrollbar-face-color: Red;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: White;
	scrollbar-track-color: Black;
	scrollbar-darkshadow-color: Black;
}

BODY {
	background-color : Black;
}
A, BODY, TD, P {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
A:HOVER {
	text-decoration : none;
	color : Red;
}
.titolo {
	color : Black;
	font-size : 14px;
	font-weight : bold;
}
.titolobianco {
	color : White;
	font-size : 14px;
	font-weight : bold;
}
.mega {
	font-size : 20px;
	font-weight : bold;
}
.bgbianco {
	font-size : 12px;
	font-weight : bold;
	color : Black;
	background-color : White;
}
.bgrosso {
	background-color : Red;
}
.bordorosso {
	border : 1px solid Red;
}
.bordobianco, .bordogalleria {
	border : 1px solid White;
}
.bordino {
	border : 1px solid #dcdcdc;
	font-size : 14px;
	font-weight : bold;
}
.txtrosso {
	font-weight : bold;
	color : Red;
}
.txtbianco {
	font-weight : bold;
	color : White;
}
.micro {
	font-size : 10px;
}
.submit {
	border : 0px;
	height : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor : pointer;
	font-size : 12px;
	font-weight : bold;
	color : White;
	background-color : #8B0000;
}
.input, .form {
	border : 0px;
	height : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #AAAAAA;
}
.credits {
	font-size : 10px;
	color : #303030;
	//font-weight : bold;
}
.testonormale {
	font-weight : normal;
}
.hand {
	cursor : pointer;
}


.center_bg {
	background-position : center;
	background-repeat : no-repeat;
}