/* Bylaw stylesheet - sans-serif fonts */

/* Global style specifications */

BODY { color: black;
       background-color: #FAF0E6;
       font-family: verdana, helvetica, sans-serif;
       font-style: normal;
       font-size: medium;
       margin: 2em;
       padding: 1em;

     }
H1   { font-style: bold;
       font-size: x-large;
       border: thin solid;
     }

H1.title { background-color: tan; text-align: center;
	   margin-left: 10%; margin-right: 10%; }

H2   { font-style: bold;
       font-size: large;
     }

/* Division-specific style specifications */

/* Preamble */
DIV.preamble H2 { text-align: center; }
DIV.preamble P { text-indent: 1.25em }

/* Sections */
DIV.section H2 { text-decoration: underline; 
		 color: maroon; text-indent: -1.2em }
DIV.section P { text-indent: -1.2em }
DIV.section P.single { text-indent: 0% }

/* Footer */
DIV.footer { font-size: small; }
DIV.footer H2 { color: black; text-decoration: none; }
DIV.footer P { text-indent: 0% }
