/*
   Filename: ghalib1.css; linked stylesheet for general use.
   Contains some things meant only for Netscape 4 and other bad browsers
   overruled by ghalib2.css, which is loaded by compliant browsers.
*/

body {
    background: #fff;        /* white */
    background-image: url(../graphics/polygons.gif);
    color: #000;             /* black */
    font-family: Lucida Sans Unicode, sans-serif;
    margin: 0px 18px;
    }

/* deal with NN4 amnesia: */
div, h1, h2, h3, p, a {
    font-family: Lucida Sans Unicode, sans-serif; 
    }

/* links: */
:link { color: #936; }
:visited { color: #936; }
:active { color: #f00; } /* red */
:hover { color: #f00; }  /* red */

em.urdu {
    font-style: italic;
    }

