#cssDinamico{
    font-family : "arial";
    font-size : 12px;
  }

A {
	font-family: arial;
	text-decoration: none;
	color: black;
  }


A:Hover {
	font-family: arial;
	text-decoration: none;
  }


body {
	scrollbar-base-color:#dddddd;
	}


td {
    color: black;
    font-size: 12px;
    font-family: "arial";
    font-weight: normal;
  }

li {
    color: #ff3300;
  }

td.titolo {
    color : #ff3300;
    font-family : "arial";
    font-weight: bold;
    font-size : 14px;
    letter-spacing : 1px;
  }

td.mappa {
    color : #000000;
    font-family : "arial";
    font-weight: bold;
    font-size : 12px;
    letter-spacing : 1px;
  }

textarea {
    color: black;
    font-size: 12px;
    font-family: "arial";
    font-weight: bold;
    background-color: #cccccc;
    border: 1px solid #999999;
    margin: 2px;
    width: 300px;
    height: 100px;
  }




font.grigio12arialB {
    color: gray;
    font-size: 12px;
    font-family: "arial";
    font-weight: normal;
  }


font.a14 {
    color: gray;
    font-size: 14px;
    font-family: "arial";
    font-weight: bold;
}

font.a12 {
    color: gray;
    font-size: 12px;
    font-family: "arial";
    font-weight: normal;
}

font.a10 {
    color: gray;
    font-size: 10px;
    font-family: "arial";
    font-weight: normal;
}


img.b1 {
    border: 1px solid black;
  }

