/* Make superscript small as well */
sup {
    font-size: xx-small;
}

/* For headings */
.head1 {
    font-size: 24pt;
    font-weight: bold;
}

/* For footers */
.foot1 {
    font-size: xx-small;
    font-weight: normal;
    text-align: left;
}

/* For date blocks on family pages */
.fampre {
    font-family: monospace;
    white-space: pre;
}

/* Titles on family pages */
.famhead {
    text-align: center;
    font-weight: bold;
}

 /* For index page */
.index {
    text-align: center;
}

/* Change link properties */
A:link {color: #666666}
A:active {color: #999900}
A:visited {color: #800080}

/* Values common for the whole body */
BODY {
    colour: #000000;
    background-color: #000000;
    background-image: url(parchmnt.gif);
    font-family: Arial, "MS Sans Serif", sans-serif;
    font-weight: normal;
    text-align: left;
}