BODY {
    background-color : white;
    color : black
    margin-left : 0.1in;
    margin-right : 0.1in;

    scrollbar-face-color: #5E8BC2;
    }

    A:link    {
                text-decoration: none;
                color: #7388B0}
    A:active  {
                text-decoration: none;
                 color: blue}
    A:visited {
              text-decoration:none;
                color: #8D5E91}

    H1 { font-size : 18pt;
            color : #5E8BC2;
            font-variant : cursiva;
            font-weight : bold;
    }

    H2 { font-size : 16pt;
            color : #4E45B1;
            font-family : cursiva;
            font-weight : bold;
    }

    H3 { font-size : 14pt;
            color : #75B397;
            font-weight : lighter;
    }



