
BODY { background-color: rgb(255,255,255);
       background: url("images/background.png") repeat;
       font-family: Helvetica, Arial, sans-serif; /* or just generic font? */
       color: rgb(0,0,0);
       margin-top: 1.5em;
       margin-left: 1.5em;
       margin-bottom: 1.5em;
       margin-right: 1em; 
}



:link { color: rgb(170,0,0); 
        background-color: url("images/background.png") repeat-x ; }


P { text-align: justify; }