/*  Juan Manuel Gasca Obregon  */
/*  Leon Guanajuato MEXICO */
/*  Marzo 2005.  */

/*  Definiciones  */
body { margin: 0px;
       font-family: "Verdana, Arial, Helvetica, Times New Roman";
       font-size: 10pt;
       color: black;
       text-decoration: none;
       }

B { font-size: 8pt;
    font-family: "Verdana, Arial, Helvetica, Times New Roman";
    color: black;
    font-weight: bold;
    text-decoration: none;    
    }

/*  Anclas  */
A:link{ color: #A7AA8E;
        font-weight: bold;
        text-decoration: none;
        }

A:hover{ color: #909C96;
         font-weight: bold;
         text-decoration: underline;
         }

A:visited{ color: #B4BB7A;
           font-weight: bold;
           text-decoration: none;
           }