/* 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: 9pt; 
		font-family: Arial, Helvetica, Swiss, Geneva, sans-serif; 
		font-weight: light;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0.0px;
		background:#D9F2FF;
	}

	A:visited {
		font-size: 10pt; 
		text-decoration: underline; 
		color:#003366;
		font-weight:bold;
	}

	A:link {
		font-size: 10pt; 
		text-decoration: underline;
		color:#003366;
	}

	A:hover {
		font-size: 10pt; 
		text-decoration: underline; 
		color:#0033CC;
	)
	

	H2 	{
		font-size: 14pt;
		color:#003399;
	}

	H3 	{
		font-size: 12pt;
		color:#003399;
	}

	H4 	{
		color:#003399;
	}

	PRE, TT {
		color: maroon;
		font-weight: bold;
	}
TH 	{
		font-size: 9pt; 
		font-family: Arial, Helvetica, Swiss, Geneva, sans-serif; 
		font-weight: light;
	}
h1 {  font-size: 14pt; color: #003399}
h2 { font-size: 12pt; color: #003399}


	TD { 
		font-size: 9pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: light;
 } 