/* Colori istituzionali
			grigio scuro: #a29c8e, 
			grigio chiaro: #e0ddd4, 
			Logo: #5d393b, #906264, ead9d2
Gamma dei rossi: 5c2626
Set paragraphs to 0.8em, 
level 1 headings to 1.2em and 
level 2 headings to 1.1em.
*/

body {
	font-family: verdana, sans-serif;
	color: #5c2626;
	font-size: 1em;
	background-color: #632d2d; }

p {font-size: 0.8em; }

h1 {
font-family: fantasy, cursive, sans-serif;
font-size: 1.5em;
text-decoration: none;
}

h2 {	font-size: 1.1em; }

h3 {	font-size: 1.0em; }

h4 {	font-size: 0.9em;
      font-style: oblique;  }

.sottotitolo { font-size: 2em;}

.asP {font-size: 0.8em;}

.midi {font-size: 0.7em;
	font-style: italic;
	}

.mini {font-size: 0.6em;}

.riquadro {
	border: 1px #7a4c50 solid;
	padding: 2px;
	margin: 2px;
	background-color: #e0ddd4; }

.margine {
	margin-left:2px;
	margin-right: 2px;}

.bordoInf {
	border-bottom: 0.3em #a29c8e solid; }

.bordoAll{
	border: 0.3em #a29c8e solid;
	padding-left: 0.3em;
	padding-right: 0.3em; }

.TestoLettera{
	font-size: 0.7em;
	font-style: oblique;}

.FondoScuro { background-color:  #a29c8e;}
.FondoBianco { 
      background-color:  #ffffff; 
      text-align: center;
      margin:0px auto;
      width: 750px;
      border: 0;
      padding: 0;}

  a:link, a:visited {text-shadow:2px 2px 2px #999;}
  a:link {
  	color: #906264;
	border: none; }
  a:visited {
  	color : #5d393b;
	border: none; }
  a:active {
  	color : #955758;
	border: none; }
  a:hover {
  	Color: #a92727;
  	background-color: #eb929c;
	border: none; }

.Testata {
	background-image: url(Head/intestazionesito.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
   margin: 0em;
   padding: 0em;
   position: inherit;
   float: inherit; }

