/*------------------------------------------------------------------
Questo e' un commento.

Il nostro primo foglio di stile applicato ad una pagina web!
<--------------------------------------------------------------------*/

.oops {
	display: none;
}

/* Impostiamo la pagina in generale */

body {
	color: #000000;
	background-color: Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 2px 0px 0px 5px;
	padding: 0px 0px;
}

dt {
  color: #036;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 5px;
}


/* Impostiamo le intestazioni */

h1 {
   color: #ffffff;
   background-color: transparent;
   font-family: Georgia, "Times New Roman", Times, serif;   
   font-size: 2em;
   font-style: normal;
   font-weight: normal;
   margin-bottom: 0px;
}

h2 {
   color: #336600;
   background-color: #ffffff;
   font-size: 1.3em;
   font-style: normal;
   font-weight: bold;
}

h2.indice {
	color: #ffffff;
	background-color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	padding: 2px 3px 3px;
}

/* Impostiamo il paragrafo */

p {
   text-align: left;
   letter-spacing: 1px;
   line-height: 120%;
}

/* Impostiamo i link */
.TDmenu-2 {
	PADDING-RIGHT: 2px;
	BORDER-TOP: 1px solid #990000;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #ffffff 1px solid;
	BACKGROUND-COLOR: transparent;
}
 
.sfondo-menu {
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 12px;
	BACKGROUND-IMAGE: url(matt.gif);
}
.table-piedipagina {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
}
.table-piedipaginar {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	font-family: Arial;
	font-size: x-small;
}
.table-pagcolorb {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	background: #D4FEFF;
	font-family: Arial;
	font-size: 0.8em;
}
.table-pagcolorm {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	background: #FFDEAD;
}
.table-pagcolorg {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	background: #FFFACD;
}
.table-pagcolorv {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	background: #CAFFCD;
}
.table-pagcolorr {
	BORDER-TOP: 1px solid #990000;
	BORDER-BOTTOM: 1px solid #990000;
	background: #E6E6FA;
	font-family: Arial;
	font-size: x-small;
}
a {
	color: Black;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: medium;
	text-decoration: none;
}

a:visited {
	color: #333300;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
}

a:hover {
	color: #CA836E;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
}

a.indice {
	color: Maroon;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 145px;
}

a.indice:hover {
	color: #A75518;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 145px;
}

/* Impostiamo gli identificatori (ID) */

.menu_interno 
{  font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
  font-style: normal}
.menu_orizz 
{  font-family: "Times New Roman", Times, serif;
 font-size: 16px;
  font-weight: bold}
.titolo_g 
{  font-family: "Times New Roman", Times, serif;
 font-size: 30px;
  font-weight: bold}
.titolo-grande 
{  font-family: "Times New Roman", Times, serif;
 font-size: xx-large;
  font-weight: bold}
.menu_internobianco 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
  font-style: normal ;
   color: #FFFFFF}
.titolo-grandebianco 
{ font-family: Georgia, "Times New Roman", Times, serif;
 font-size: xx-large;
  font-weight: bold ;
   color: #FFFFFF}
