.masthead {
    background-color: rgb(102,0,0);
    vertical-align:   top;
}
table.masthead {
    border-spacing:   2px;
    border-width:     1px;
    padding:          5px;
    text-align:       left;
    width:            600px;
}

.parish {
    color:            rgb(255,204,0);
    font-size:        x-large;
}
.address {
    color: rgb(255,204,0);
    font-size:        small;
    font-style:       italic;
    font-weight:      bold;
}


.navbar {
    background-color: rgb(192, 192, 192);
    color:            rgb(255,204,0);
}
.navbar a:link, .navbar a:visited, .navbar a:active {
    color:           rgb(255,204,0);
    text-decoration: none;
}

table.navcol {
    border-spacing:  3px;
    border-width:    0px;
    padding:         2px;
    width:           115px;
}
img.navcol {
    padding-left:    5px;
    padding-right:   5px;
}

td.primary {
    font-weight:     bold;
}
td.secondary::before {
    content:         "\00BB" " ";
}


.body {
    font-size:       small;
}

a.body:link, a.body:visited, a.body:active, a.body:hover {
    color:           rgb(51,51,255);
    text-decoration: none;
}
a.body:hover {
    text-decoration: underline;
}

table.text {
    border-spacing:   2px;
    padding:          4px;
    text-align:       left;
    width:            600px;
}

table.scrptcal {
    width:            700px;
}

tr.icon {
    height:           800px;
}

td.main {
    width:            370px;
}

.title {
    color:           rgb(102,0,0);
    font-weight:     bold;

}

.image {
    color:           rgb(192,192,192);
}

img.inline {
    border:          1px solid;
}

.anyday {
    color:           rgb(102,0,0);
    font-weight:     bold;
    text-align:      right;
}
.today {
    color:           rgb(102,0,0);
    font-weight:     bold;
    text-align:      right;
    text-decoration: underline;
}
.daily a:link, .daily a:visited, .daily a:active, .daily a:hover {
    text-decoration: none;
}
.daily a:hover {
    color: rgb(102,0,0);
}


.bold {
    font-weight:     bold;
}
.italics {
    font-style:      italic;
}


tbody {
    vertical-align: top;
}
