body.navy {
    background-color: navy;
    }

body.gray {
    background-color: "#cccccc";
    }
    
body.login {
    background-color: "#660000";
    }

h1 {color: red;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 28pt;
    }

h2 {color: teal;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 18pt;
    }
    
h3 {color: blue;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 14pt;
    }
    
p  {color: blue;
    margin: 2%;
    text-align: justify;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 18pt;
    }    

p.breakafter  {
    page-break-after: always;
    }    
    
p.breakbefore  {
    page-break-before: always;
    }    

p.copyright {
    color: black;
    text-align: center;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 8pt;
    }
    
p.one  {
    margin: 2%;
    color: black;
    text-align: justify;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 12pt;
    }    
    
p.yellow  {
    margin: 4%;
    background-color: yellow;
    color: blue;
    text-align: justify;
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 14pt;
    }
    
table {
    background-color: "#cccccc";
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 12pt;
    }