body { color: white; background-color: black; text-align:center}

a:link { color: #718d91 ; text-decoration: none; }

a:visited { color: #427286 ; text-decoration: none; }

a:hover { color: #ffc100 ; text-decoration: none; }

a:active { color: #ffc100 ; text-decoration: none; }

/*colori*/
.cblack{color: black}
.cyellow{color: #ffc100}

/*stili della pagina index*/

.contenitore{
	font-family: arial; 
	font-weight: bold; 
 	text-align: center;
	}

.titolo1{ 
	font-size: 16px; 
 	letter-spacing: 30px;
 	}
 	
.sottotitolo{ 
	font-size: 12px; 
	letter-spacing: 10px; 
	}

