/* bl.css -- style sheet for NESFA By-Laws */

body { background: #ffffff url("../../images/shieldbg.gif"); color: #000000; }
a:link    { color: #0000ff; }
/* a:active  { color: #??????; } */
a:visited { color: #660066; }

h1 { text-align: center; font-size: 200%; }
h2 { text-align: center; font-size: 150%; }
h3 { text-align: center; font-size: 125%; }

.subhead { font-size: 75%; }

ul { margin-left: 0; padding-left: 3em; margin-top: 0; padding-top: 0; }
.id1 { position: absolute; left: -3em; top: 0; right: auto; bottom: auto; }

ul ul { padding-left: 2em; }
.id2 { position: absolute; left: -2em; top: 0; right: auto; bottom: auto; }

.id12 { position: absolute; left: -5em; top: 0; right: auto; bottom: auto; }

ul li { list-style-type: none; position: relative;
        margin-left: 0; padding-left: 0; margin-top: 0; padding-top: 0; }

li.normal { list-style-type: disc; position: static; }

td { vertical-align: text-top; }

.note { font-style: italic; color: #880088; }

.left { float: left; clear: none; }
.right { float: right; clear: none; }
.center { text-align: center; }



