
BODY {
	background-color: #000000;
	margin-left: 0;
	margin-top: 20px;
}







A:link { 
	color: rgb(200,70,50); 
	text-decoration: none; 
} 

A:visited { 
	color: rgb(200,70,50); 
	text-decoration: none; 
}

A:hover { 
	color: rgb(230,95,75); 
	text-decoration: none; 
} 

P.title { 
	text-align: center; 
	font-size: 13pt; 
	background-color: rgb(0,0,0); 
	font-family: verdana, arial, sans-serif; 
	color: rgb(230,160,50);
	font-weight: bold; 
}

P.medium { 
	font-size: 10pt; 
	text-align: left; 
	font-family: verdana, arial; 
	color: rgb(230,140,20); 
}

UL.medium { 
	font-size: 10pt; 
	text-align: left; 
	font-family: verdana, arial; 
	color: rgb(230,140,20); 
}

DIV.piva { 
	font-size: 10pt;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-family: verdana, arial; 
	color: rgb(230,140,20); }
