table {
    border: 0;
    /* border: 1px solid black; */
}
table.dark tr {
    font-size: 14pt;
}

table.dark td {
    border: 1px solid black;
}

table.dark th {
    border: 1px solid black;
}

.st {
    text-decoration: line-through;
}

.big {
    font-size: 14pt;
    text-align: left; 
}

.update {
    font-size : 8pt;
    font-weight : normal;
    margin : 0px;
    padding: 0px;
    text-align: right; 
}

.right {
    text-align: right;
}

.cent {
    text-align: center;
}

.whiteBG {
    margin-top : 0px;
}

.lightBG {
}

.darkBG {
}

.hidden {
}

.upper {
    text-transform: uppercase;
}

p.dropCap:first-letter {
    font-size: 300%;
    font-weight: bold;
    float: left
}

.figure {
    font-size: x-small;
}

figure {
    margin : 0;
    padding: 0;
    border : 0;
}

