<STYLE TYPE="text/css">   
   <!--
   A:link  {
   	text-decoration : none;
   }
   
   A:visited  {
   	text-decoration : none;
   }
   
   BODY  {
   	font-size : 10pt;
   	font-family : Arial;
   }
   
   H1  {
   	background : blue;
   	font-size : 14pt;
   	font-weight : bold;
   	color : red;
   }
   
   H2  {
   	font-size : 12pt;
   	font-weight : bold;
   	color : red;
   }
   
   DIV  {
   	background : URL(nubes.jpg);
   }
   
   .menu  {
   	font-size : x-small;
   	font-family : verdana, helvetica, arial;
   	font-weight : bold;
   	color : #0000FF;
   }
   
   .titulo  {
   	font-size : small;
   	font-family : verdana, helvetica, arial;
   	font-weight : bold;
   	color : #660099;
   }
   
   .body_text  {
   	font-size : x-small
     	font-family : verdana, helvetica, arial;
   	color : #000066;
   	margin-right : 1in;
   }
   
   .small  {
   	font-size : xx-small;
   	font-family : verdana, helvetica, arial;
   	color : #000066;
   }
   
     .footer  {
   	font-size : 10px;
   	font-family : verdana, helvetica, arial;
   	color : #000066;
   }
   -->
   </STYLE>