a:link, a:visited { color: #CCCCCC; text-decoration:none;} /* link da visitare + link visitato */
a:active { color: #CCCCCC; text-decoration:none;} /* link attivo */
a:hover { color: #003344; text-decoration:none;} /* link al passaggio del mouse */
strong { color: #003366; } /* bold */
b { color: #0066CC; } /* bold */
body { 
	background-color:#000000;
	margin-top:0px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	color: #777777;
}
table { 
	text-align:justify;
}

/* <---------- INDEX.php ----------> */

.intro {
	position:absolute;
	top:50%;
	left:50%;
	width: 960px;
	height: 500px;
	margin-left:-480px;
	margin-top: -250px;
	padding:0;	
}

.container {
	position:absolute;
	top:50%;
	left:50%;
	width: 955px;
	height: 620px;
	margin-left:-477px;
	margin-top: -310px;
	padding:0;	
}

.header {
	width: 955px;
	height: 125px;		
	margin: auto;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #444444;
}

.contents {
	width: 955px;
	height: 455px;		
	margin: auto;
}

.contents2 {
	width: 955px;
	margin: auto;
}

.footer {
	width: 955px;
	height: 40px;
	margin: auto;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #444444;
	text-align:left;
}



/* <---------- IMMAGINI ---------> */
.rightimage{ 
        clear: right;
        float: right;
        padding-right: 2px;
}

.leftimage{ 
        clear: left;
        float: left;
        padding-left: 2px;
}


/* <---------- CONTENUTI --------> */
.content01{
	width: auto;
	height: 400px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
	padding: 8px;
	margin-left: 8px;
	margin-right:8px;
	text-align:justify;
	overflow: auto;
}

.copyright { 
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 9px;
	color: #333333;
	text-align:right;
}
