
<html>
<head>
	/* hoja de estilo externa estilo.html */
	<style type="text/css">

	{background: red }

	
	
	{line-height: 20pt}

	
	h1	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 40pt 
		text-align: center 
		color: maroon
		}

	h2	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 35pt 
		text-align: center 
		color: maroon
		}

	h3	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 25pt 
		text-align: center 
		color: maroon
		}

	h4	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 20pt 
		text-align: center 
		color: maroon
		}

	h5	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 15pt 
		text-align: center 
		color: maroon
		}

	h6	{
		font-family: Arial, Helvetica, sans-serif 
		weight: medium 
		font-size: 10pt 
		text-align: center 
		color: maroon
		}
      
    
	</body>
    </style>
  </head>
  

/* fin de fichero */


</html>
