##body {
	#background: url(images/fade/fade_yellow.jpg) repeat-x;
	#color: #333;
	font-family: Verdana, Arial, times, serif;
  padding: 0.2em 0.2em 0.2em 0.2em;
}

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333; }


P {font-size: 10pt;
  font-family: Verdana, sans-serif;
  }
  
P.verde {
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  color: green;
}

P.red {
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  color: red;
}
  
h1 {
  font-size: 12pt;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

h2 {
 font-size: 10pt;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin-left: 2em;
}

p.edent {
  margin-left: 2em;
}

a {
  text-decoration : none;
  font-weight	  : bold;
  font-weight: bold;
}

a:hover {
  background-color: #99FF99;
  text-decoration : italic;
}

IMG.left { float: left; padding: 0.3cm }