/* legalese.css */
/* Style for the terms and conditions page. */
/* $Id: legalese.css,v 1.1 1999/03/03 06:27:44 tmonroe Exp $ */

P.legalese { 
    font-family: serif;
    font-size: smaller;
    text-align: justify;
}

H2.legalhdr {
    font-family: serif;
    font-style: bold;
    text-align: left;
}

EM.legaldef { font-style: italic; }

OL.legalese { font-size: smaller; }
