<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** {border: 1px pink solid;}*/

#presentation h3, #dates h4 {
    display: none;
}

#topic {
    background: #37160D url(images/parola_wood.jpg);
}

#topic /*, #topic .goto-top a:visited, #topic .goto-top a:link, #topic .goto-top a:active, #topic .goto-top a:focus */ {
    color: #FFDDA7;
}

#topic a:link {
    color: #30A2E3;
}
#topic a:visited {
    color: #996699;
}


#illuminated-intro, #presentation {
    margin: 0.5em;
    padding: 0.5em;
}

#presentation {
    margin-left: 45px;
    margin-right: 30%;
}

#illuminated-intro {
    background: url(images/abramo.png) no-repeat scroll top left;
    min-height: 300px;
}
#illuminated-intro h2 {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-left: 120px;
    height: 60px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Times New Roman', serif;
    font-size: 50px;
    line-height: 60px;
    position: relative;
    bottom: 0.3em;
}
#illuminated-intro div {
    margin-left: 260px;
    margin-top: 70px;
    color: white;
    bottom: 2em;
    position: relative;
}
#illuminated-intro ul {
    margin-left: 22px;
    padding-left: 11px;
    list-style-image: url(images/next-parola.png);
}

#presentation p {
    margin: 0;
    padding: 0;
}

#meetings {
    background: black url(images/OilLamp3.jpg) bottom left no-repeat;
    padding: 1em; /*padding-left: 247px;*/
    margin: 0; margin-top: 1.5em;
    min-height: 208px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
#indications {
    /*position: absolute;
    left: 1.5em;*/
    float: left;
    width: 20em;
    margin-right: 7%;
}
#dates, #indications {
    background-image: url(images/semiblack.png);
    background-repeat: xy-repeat;
}
#dates {
    float: left;
    width: 50%;
}
#indications p {
    margin: 0;
    padding: 0; margin-bottom: 1em;
}
#meetings h3 {
    color: white;
    margin: 0; margin-top: 0.7em; margin-bottom: 0.75em;
    padding: 0;
}
#meetings h4 {
    color: white;
    font-weight: bold;
    margin: 0; margin-top: 1em;
    padding: 0;
}
#meetings .nav-links {
    margin-left: 0;
    padding-left: 27px;
    color: white;
}

.calendar {
    width: 100%;
}
.calendar td {
    vertical-align: top;
    padding-top: 0.7em;
    padding-bottom: 0.3em;
    border-bottom-color: #8A785A; /*FFDDA7;  */
}
.col-day {
    /*background-color: #0F3347 /*#174E6D*/;
}
.mark {
    font-weight: bold;
}
.when-w {
    padding-right: 1em;
}
.when-d {
    padding-left: 0.5em;
    text-align: right;
}
.when-m {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.when-y {
    padding-left: 0.5em;
}
.notes {
    padding-left: 23px;
}
.when-t {
    padding-left: 1em;
}
.next td {
    color: white;
    background-color: #174E6D;
}

#topic blockquote {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 0.85em;
}

#topic table div {
    margin-top: 0.75em;
}

#topic table div.source {
    text-align: right;
    white-space: nowrap;
}

#topic table div strong {
    color: white;
}

#topic table .next div strong {
    color: #FFDDA7;
}

</pre></body></html>