body 
    {
    font-family:"Verdana, Arial";
    font-size:10pt;
    margin:0; 
	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
    } 

td 
    {
    font-family:"Verdana, Arial";
    font-size:10pt;
    }

td.banner
    {
	background-image: url(./i/fondo2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
    }

A:link		{ color:#0000ff;}
A:visited 	{color:#990000;}
A:active 		{text-decoration: none; color: #ff9900;}
A:hover 		{color=#ff9900; text-decoration: none; }
