/* CSS Document */

/* MrGud */
/* Sito Web realizzato da Marco Tarantino e Paolo Capello per Il Punto Web - comunicazione multimediale */
/* www.ilpuntoweb.it - www.marcotarantino.it */


/* Caratteristiche generali della pagina */
body{
	margin: 0px;
	padding: 0px;
	background-color:#6C6C6C
}
.imgbordatanera{
	border-color: #000000;
}
/* Link normale */

.link_normale{
	color:#000000;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none;
}
a.link_normale:hover{
	text-decoration: underline;
}


.link_bianco{
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none;
}
a.link_bianco:hover{
	text-decoration: underline;
}

.link_news{
	color:#4E4D4D;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none;
}
a.link_news:hover{
	color:#000000;
}
/* Caratteristiche Tabelle */

.tabellabianca{
background:#FFFFFF;
color:#000000;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none

}

.trasparente{
color:#000000;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none

}

/* Tabelle Varie */

.grigio_scuro{
background:#777777;
color:#FFFFFF;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none
}


.centrale_sfondo_marroncino{
background:#E2D39C;
color:#000000;
font-family:Georgia,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none
}

/* Link */
a.normale{
	color:#000000;
	font-family:Georgia,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none
}
a.normale:hover{
	background-color: #E2D39C;
}
