p {
font-size: 19px;
line-height: 125%;
margin: 5px 5px;
text-indent: 12px;
} 
 p.maius:first-letter{
font-size: large;
color:#ffffff;
background-color:#990000;
padding: 2px;
font-weight: bold;
}
h1 {margin: 20px 250px 40px 250px;
text-align: center;
color: #ffffff;
background-color: #990000;
}

p.autor { 
margin-top: 5px;
text-align: right; 
margin-right: 50px;
font-weight: bold;
font-style: italic;
}
a.signif:link {
color:#9f1010;
/*background-color:#9f1010;
 background-color:#ffcc00; */
text-decoration:none;
font-weight: bold;
}
a.signif:visited {
color:#9f1010;
text-decoration:none;
font-weight: bold;
/* background-color:#ffcc00;*/

}
a.signif:hover {
color:#9f1010;
font-weight: bold;
text-decoration:none;
}
a.signif:active {
color:#9f1010;
text-decoration:none;
font-weight: bold;
/* background-color:#000000; */
}

div.figura {
  float: right;
  border: thin silver solid;
	padding: 10px 10px 10px 10px;
	margin-left: 30px;
}
div.figura p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.texto {border: none;
margin-left: 10%; margin-right: 10%;}

