// Estilos en cascada para Documentalex.

body {
	color: black; 
} 

a { text-decoration: none }
a:link { color: Blue }
a:visited { color: Blue }
a:hover { color: Orange }
a:active { color: Red }

p, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: justify;
	color: black;
	}

p.titulo {
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	color: red;
}

