html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; }
body {
	background-color: #000000;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.style1 {color: #FFFFFF}
.style2 {font-size: 9px}
.style3 {font-size: 12px}
.style5 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* titolo */
h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	line-height:12px;
	margin:0px 0px 0px 0px;			
}

/* sottotitolo */
h2 {
	color: #ff9933;
	font-size: 13px;
	font-weight: normal;	
	margin:0px 0px 5px 0px;	
}

/* testo */
h3 {
	color: #666666;
	font-size: 12px;
	line-height:17px;	
	text-align:justify;
	font-weight: normal;
	margin:0px 0px 5px 0px;			
}

/* testo piccolo */
h4 {
	color: #bbbbbb;
	font-size : 10px;
	font-weight: normal;
	margin:0px;
}

/* testo molto-piccolo */
h5 {
	color: #999999;
	font-size : 10px;
	font-weight: normal;
	margin:0px;
}


/* scrivi un messaggio nel gbook */
.gbook_titolo {	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	line-height:12px;
	margin:0px 0px 0px 0px;	
	}
.gbook_titolo a:visited {	color : #FFFFFF;	text-decoration: none; }
.gbook_titolo a:active {	color : #FFFFFF;	text-decoration: none; }	
.gbook_titolo a:link {	color : #FFFFFF;	text-decoration: none; }	
.gbook_titolo a:hover {	color : #FFFFFF;	text-decoration: underline; }	

.gbook_header {	
	font-weight: bold;
	color: white;
	background-color:black;
	font-size: 12px;
	margin:0px 0px 0px 0px;	
	padding:5px 0px 0px 10px;	
	height:25px;
	}
.gbook_header a:visited {	color : #FFFFFF;	text-decoration: none; }
.gbook_header a:active {	color : #FFFFFF;	text-decoration: none; }	
.gbook_header a:link {	color : #FFFFFF;	text-decoration: none; }	
.gbook_header a:hover {	color : #FFFFFF;	text-decoration: underline; }	

/* avvisi */
		.warning {
			color: #666666;
			font-size: 12px;
			text-align:center;
			font-weight:normal;
			border: 1px dotted;
			border-color: #FD1B14;
			padding:5px 0px 5px 0px;
		}
		
		
/* oggetti form */
		.input {
			border:1px solid #000000;
			/*margin-left:10px;
			margin-right:10px;*/
			color : #666666;
			font-weight : normal;
			/*background-color : #E5DDD0;*/
			font-size : 11px;
			border-style : ridge;
			width:200px;
		}
		
		.select {
			border:1px solid #000000;
			color : #666666;
			font-weight : normal;
			font-size : 11px;
			border-style : ridge;
			width:200px;
		}		
		
		.button {
			color : #333333;
			font-weight : normal;
			background-color : #FFFFFF;
			font-size: 10px;
			height:18px;
			border:1px;
			border-color:#000000;
			border-style : solid;
		}