h1 { text-align: center; color: blue; }
body { padding: 10px; }
div { padding: 10px; }

.fastlinks {
    /* top-right corner */
    /*
    position: absolute;
    right: 10px;
    top: 40px;
    */
    position: static;
    margin: -20px 10px 5px 10px;
    border: thin none red;
    padding: 0px;
    text-align: right;
}


dt {
    font-weight: bold;
    padding: 3ex 0ex 0ex 0ex;
    }
/*
dd { padding: 0px 10px 10px 0px; }
*/

.familyname { font-variant: small-caps; }

.SP { color: red; font-weight: bold; } /* spokespersons */
.IB { color: green; } /* Institutional Board */
.EB { color: blue; } /* Executive Board */

.foot {
    font-size: xx-small;
    text-align: center;
    padding: 20px 10px 0px 10px;
}

/* table */
table {
    border: thin none red;
    /*background: #4444cc;*/
    padding: 0px;
}
.white { background: white; }

th { background: white; }
td { background: white;  padding: 4px; }
/* colored rows */
.row0 { background: #ffffdd; }
.row1 { background: #ddffff; }

.address { font-style: italic; }

/* for minutes */
.comment { color: green; }
