/* = parametri comuni per tutti i testi
------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#menu {
	background-color: #D8D9C9;
}
/* = parametri tabella menu
------------------------------------------*/
#menu a {
	font-weight: normal;
}
/* = stile della pagina associati - tabella superiore
------------------------------------------*/
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #ccc;
}
/* = questi ce li ha messi dreamwaver, si possono tranquillamente personalizzare
------------------------------------------*/
body, td, th {
	color: #333333;
}

h1 {
	font-size: 11px;
	color: #000000;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
}

h2 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #e7e7e7;
}
/* = stile menu laterale
------------------------------------------*/
h3 {
	font-size: 12px;
	color: #000;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	letter-spacing: 0px;
}
h3:hover {
	font-size: 12px;
	color: #000;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
}
h4    { font-size: 11px;
		margin-top: 2px;
		margin-bottom: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
	
		
}
/* = stile testo scritto
------------------------------------------*/
h5 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;	
}
/* = stile elenchi
------------------------------------------*/
h6 {
	font-size: 11px;
	color: #6f6f6f;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
}
h6:hover {
	font-size: 11px;
	color: #000000;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
}

/* = parametri per i link
------------------------------------------*/
a {
	color: #003366;
	text-decoration: none;
}
a:hover {

}
/* = parametri portfolio
------------------------------------------*/
.testolight {
	font-size: 12px;
	color: #333;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: lighter;
}
.testoitalic {
	font-size: 12px;
	color: #666;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.testobold {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.testo {
	font-size: 12px;
	color: #666;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: normal;
}
.testorosso {
	font-size: 12px;
	color: #990000;
	padding:0 0 0 0;
	text-decoration: none;
	font-weight: normal;
}
