html, body                       { margin: 0px; padding: 0px 
                                 }                                                      /* html & body margin styles */




h1                                { color: #669900; text-align: center; 
                                    font-size: 1.65em; font-family: "arial sans-serif"
                                  }                                                     /* h1 style */


h2                                { color: #669900; margin-left: 24%; 
                                    font-size: 1.13em; font-family: 
                                    "arial sans-serif" 
                                  }                                                     /* h2 style */


p.navbar                          { text-align: center; font-size: 1.2em; 
                                    font-weight: bold 
                                  }                                                     /* navbar style */ 


a:link                            { text-decoration: none; color: #990000 }             /* unvisited links */


a:visited                         { text-decoration: none; color: #990000 }             /* visited links */


a:hover                           { text-decoration: none; color: #3300ff }             /* mouseover links */
 

p.maintext                        { margin-left: 24%; margin-right: 24%;
                                    text-align:justify; text-indent: 25pt;
                                    font-size: 1.1em; font-family: "arial sans-serif" 
                                  }                                                     /* main text style */


p.images                          { text-align: center }                                /* images style */


address, p.tel, p.indiv, p.orgs,  
p.website, p.email                { font-size: 1.1em; font-family: "arial sans-serif"; 
                                    margin-left: 24%; margin-right: 24%
                                  }                                                     /* styles for many classes */
 

hr                                { background-color: #006600; color: #006633; 
                                    margin-left: 23%; margin-right: 23%; border: 0;
                                    height: 1px 
                                  }                                                     /* hr style */


p.footer                          { margin-left: 24%; margin-right: 24%;
                                    text-align: center; font-size: 0.9em
                                  }                                                     /* footer style */

