/* CSS - Vespini.com */

/* --- --- --- --- --- | FORMATTAZIONE DI BASE | --- */
	
	body {
			font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			color: white;
			background-color: black;
	}

	/*p.archivio-date {
		padding: 5px;
		margin: 3px;
	}*/

	table,tr,td {
			text-align: left;
			vertical-align: top;
	}
		
	img, a img {
			border: 0px;
	}

	.centro {
			text-align: center;
	}

	.footer {
			text-align: right;
			padding-right: 6px;
			font-size: 7pt;
			color: #CCCCCC;
	}

	a, a:visited {
			color:#FF9900;
			text-decoration: none;
	}
	
	a:hover { 
			color: #FF3300;
			text-decoration: underline;
	}	

	.none {
			display: none;
	}
