body {	
	margin-left: 0px;	
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;
	background-color:#000000;	
	font-family: Arial, Helvetica, sans-serif;	
	color: #CC6600;	
	font-size: 13px;
}

html {                	
	scrollbar-face-color:#000000;         
	scrollbar-shadow-color:#CC9933;         
	scrollbar-base-color:#000000;         
	scrollbar-highlight-color:#CC9933;         	
	scrollbar-darkshadow-color:#00000;         
	scrollbar-arrow-color:#CC9933;          
	scrollbar-track-color: #000000;
}

h1 {	
	font-size: 20px;	
	text-transform: uppercase;		
	color: #CC3300;	
	border-bottom-style: dashed;	
	border-bottom-width: thin;	
	background-color: #000000;	
	margin-bottom: 1px;	
	margin-top: 6px;	
	padding-bottom:6px;
}

h2 {	
	font-size: 12px;	
	color: #CC3300;	
	margin-top:2px;	
	margin-bottom:0px;
}

h3 {	
	font-size: 10px;	
	color: #CC3300;
}

a:link {	
	color: #CC9933;		
	font-weight: bold;	
	text-decoration: none;
}

a:visited {	
	color: #CC9933;	
	font-weight: bold;	
	text-decoration: none;
}          

a:hover {	
	color: #CC9933;		
	font-weight: bold;	
	text-decoration: underline;
}

.titolo {	
	font-size: 15px;	
	font-weight: bold;	
	color:#CC9933;
}

.titolino {	
	font-size: 12px;		
	font-weight: bold;	
	color:#CC9933;
}

.titolone {	
	font-size: 15px;	
	font-weight: bold;	
	color:#CC9933;
}

.testonormale {	
	font-size: 12px;	
	color: #CCFF00;
}

.commento {	
	font-size: 10px;	
	font-style: italic;
}

p {	
	margin: 2px;	
	font-size: 13px;
}