/* Hoja de estilo en cascada para NAyA by Ampac*/
/* para linkearla hay que poner: */
/* <LINK REL=stylesheet HREF="estilo.css" TYPE="text/css"> */
	BODY {	
		font-size: 10pt; 
		font-family: Arial, Helvetica, Swiss, Geneva, Verdana, sans-serif; 
		font-weight: light;
		margin-left: 0.1in;
		margin-right: 0.1in;
		margin-top: 0.0px;
		background: white;
	}

	A:visited {
		font-size: 8pt; 
		text-decoration: underline; 
		color:#800000;
		font-weight:bold;
	}

	A:link {
		font-size: 8pt; 
		text-decoration: underline;
		color:#800000;
	}

	A:hover {
		font-size: 8pt; 
		text-decoration: underline; 
		color:#800000;
	)
	
	H1 	{
		font-size: 16pt;
		color:#800000;
	}

	H2 	{
		font-size: 14pt;
		color:#800000;
	}

	H3 	{
		font-size: 12pt;
		color:#800000;
	}

	H4 	{
		color:#800000;
	}

	PRE, TT {
		color: maroon;
		font-weight: bold;
	}

	TD, TH 	{
		font-size: 10pt; 
		font-family: Arial, Helvetica, Swiss, Geneva, sans-serif; 
		font-weight: light;
	}