/*
 * Style sheet for the CSS2 specification
 */

BODY {
	font-family: arial, serif;
	font-size: 12pt;
	background: LightGreen
}
H1, H2, H3, H4 {
	font-family: arial, serif;
	text-align: center;
	color: Green;
}

H1 {
	font-size: 16pt;
}
H2 {
	font-size: 14pt;
}
H4 {
	font-size: 10pt;
	color: Black;
}

P {
	font-family: arial, serif;
	font-size: 12pt;
	text-align: justify;
	text-indent: 2em;
}

UL {
	font-family: arial, serif;
	color: MidnightBlue;
}

TD {
	font-family: arial, serif;
	font-size: 8pt;

}

.titulo {
	text-align: left;
	font-size: 14pt;
	color: FireBrick;
	text-indent: 0em;
}
