diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 12:47:29 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 12:47:47 +0200 |
| commit | aaca1304e9d00880b016d14529cf3809bd98fe39 (patch) | |
| tree | df6b1fcef4edb50277a3c312854033eaaf04b89b /test/golden/ordo-2027.ms | |
| parent | 900d1d781e62a08a1bda1285c8e8611a7baa0f2f (diff) | |
| download | colitur-aaca1304e9d00880b016d14529cf3809bd98fe39.tar.gz colitur-aaca1304e9d00880b016d14529cf3809bd98fe39.zip | |
feat(templates): retune ordo.tex to ordo.typ's density, fix ordo.ms's own
ordo.tex was 53 pages / 6.9 days-per-page on 2027 against ordo.typ's 27
pages / 13.5 -- the user prefers the tighter Typst booklet. Read ordo.typ's
own typographic decisions (base size, the day-number/name/detail-line size
hierarchy, box padding, inter-box skip, leading) and matched them: an
explicit 9pt/10.5 base (was \normalsize, 10pt), the day number and feast
name both 9pt bold (bold distinguishes them, not size, as ordo.typ decided),
7pt weekday, 6.5pt detail lines, sharp-cornered boxes, and needspace amounts
re-measured for the shorter boxes. Result: 29 pages / 12.6 days-per-page --
within the "a page or two of 27" target, reached without sacrificing
legibility (verified against the rendered PDF, not assumed).
The one real gotcha: \fontsize set inside a brace group that closes before
the line-ending \\ has no effect on the interline glue TeX inserts for that
break -- the glue uses the OUTER scope's \baselineskip, not the just-closed
group's. This is exactly the shape of bug the pre-retune box already had
(every \fontsize group closed before its own \par), which is why the first
retune pass barely moved the page count. Fixed by declaring \fontsize/
\selectfont/\bfseries/\mdseries inline, ungrouped, immediately before the
text each governs. Recorded in the file's own header for next time.
ordo.ms looked comparatively fine (43 pages) but was rendering on A4, not
A5 -- roughly double an A5 page's area, so normalised for area it was
already looser than ordo.tex's own pre-retune baseline. Fixed, each found
by rendering and reading the real PDF rather than assumed: added -P-pa5 to
the Makefile's groff invocation (mirroring grid.ms's existing -P-pa4l);
fixed the day box reading the RAW rank/colour strings (class-2, green)
instead of the resolved Latin pair (rank_name/colour_name) -- exactly the
"printed slugs" defect the ordo rebuild's own commit message named, which
this file had regressed to; added -Kutf8 (groff's default input encoding
produced visible mojibake on an accented Latin name); tightened fonts/
leading the same way as ordo.tex; found and fixed a stray-blank-line bug
present since the file's original authoring (every day/week/month boundary
left an accidental blank template line, read by groff as its own extra
.sp); found and fixed a genuine print-safety bug (text sitting 0.13mm from
the true page edge -- .pl, groff's text page length, is independent of
-P-pa5's device paper selection and needed matching explicitly before ms's
own FM-based bottom margin would fire at all); and added a .ne guard so a
week header can no longer be stranded alone at a page's foot. Net: 43 pages
(A4, broken) to 39 pages (real A5, print-safe, real Latin names, correct
encoding, zero orphans) -- no numeric target set for this flavour, but no
lower number was reachable without leaving one of the above unfixed.
ordo.html and every grid.* flavour are untouched, as scoped.
Both golden/ordo-2027.{tex,ms} regenerated through the real test harness
path (Test_support's loaders + Test_view's en-with-la-fallback view_of),
not the CLI, whose own --lang default (la) differs from the harness's and
would have pinned content the suite never produces.
Full suite green: 503 tests (504 with the exhaustive sweep). make
check-templates/check-schema/check-citations all clean.
Diffstat (limited to 'test/golden/ordo-2027.ms')
| -rw-r--r-- | test/golden/ordo-2027.ms | 4317 |
1 files changed, 2155 insertions, 2162 deletions
diff --git a/test/golden/ordo-2027.ms b/test/golden/ordo-2027.ms index 785a7ac..fc7c3c5 100644 --- a/test/golden/ordo-2027.ms +++ b/test/golden/ordo-2027.ms @@ -19,3839 +19,3832 @@ .\" is its own Roman numeral plus the span of in-month dates it covers .\" (e.g. Hebdomada I (Ian 1-2)), not the month name again -- the month's .\" own .SH heading above already establishes it once. +.\" +.\" Density retune (see ordo.tex's own header for the full before/after +.\" account of the same exercise): several separate, independently- +.\" verified fixes below, not one -- the page geometry, the raw-slug +.\" fields, the actual font/leading tightening, a text-column overflow, +.\" a bottom margin that measured 0.13mm on the real page, and a page +.\" break landing inside a week's own header line, each found only by +.\" rendering and reading the real PDF, never by reasoning about the +.\" source alone. +.\" +.\" First, the page itself was never A5. The rebuild that gave every other +.\" flavour a framed A5 booklet (commit feat(templates): the ordo booklet, +.\" rebuilt) never actually set groff's own page geometry for this one -- +.\" the default PDF device paper is Letter/A4-ish, roughly twice an A5 +.\" page's area, so the old days-per-page figure looked far better than it +.\" was: normalised for area it was already looser than ordo.tex's own +.\" pre-retune 53-page baseline, not merely comparable to it. Fixed the +.\" same way grid.ms already fixes its own device paper size -- a +.\" -P-p<name> flag at the groff invocation (Makefile's check-templates +.\" target), not a change in this file, since that is the one existing, +.\" precedented mechanism this codebase already uses for a groff flavour's +.\" page geometry (grid.ms's own -P-pa4l). +.\" +.\" Second, the day's rank/colour fields were reading the RAW internal +.\" strings (class-2, green), not the resolved Latin display names -- +.\" lib/render/view.ml +.\" carries both a raw field and its lang-resolved twin (rank_name, +.\" colour_name) for exactly this reason, and ordo.tex/ordo.typ both +.\" already read the resolved pair. The same rebuild commit's own message +.\" names this defect outright ("the previous version... printed slugs... +.\" was not usable as a printed booklet") -- this file had regressed to +.\" exactly that, undetected because nothing renders groff to a PDF and +.\" reads it in this project's own test suite (Layer paints over the check +.\" -templates target catches a FAILED build, never a wrong but +.\" successfully-produced one). Fixed below by reading the resolved pair +.\" instead of the raw one. +.\" NOTE: this file's own framed-box-and-swatch promise from that same +.\" rebuild commit is STILL not built for this flavour -- groff has no +.\" equivalent of tcolorbox/Typst's block() reached for here, and adding +.\" one is a real feature, not a density fix; out of THIS task's scope, +.\" left for a future one. +.\" +.\" Third, the actual density tightening: an explicit 9pt/10.5 base size +.\" and leading (was groff -ms's own default ~10pt/12pt), a tighter +.\" paragraph distance between day entries, and the citation/commemoration +.\" lines dropped from a relative \s-2 step (whatever the ambient size +.\" happens to be) to an explicit 7pt -- the same "explicit small sizes, +.\" not relative steps off a base" choice ordo.typ made and ordo.tex's own +.\" retune adopted, for the same reason: a relative step silently rides +.\" whatever the surrounding size is, which is exactly what made the +.\" original ordo.tex's own \small/\scriptsize idiom impossible to reason +.\" about. +.\" -P-pa5 (Makefile) only sets the PHYSICAL device page -- ms's own text +.\" area (po/ll, the page offset and line length) still defaults to a +.\" Letter/A4-width column regardless, so a wide line (the .TL title +.\" below is the worst case, but any long citation could do it) overflows +.\" past the real A5 edge unless set explicitly here too; found by +.\" reading the actual rendered PDF, not assumed. +.po 1.4c +.ll 12.4c +.\" .pl (text page length) otherwise stays at ms's OWN pre-A5 default +.\" (it is not derived from -P-pa5 -- that flag only tells the PDF +.\" DEVICE which physical sheet to draw on, groff's own docs are explicit +.\" that .pl is independent of it) -- found by measuring the rendered +.\" PDF directly: the last content line on a full page sat 0.13mm from +.\" the true page edge, not merely tight but genuinely unprintable on a +.\" real press. Matching .pl to the real A5 height is what makes ms's +.\" own FM (footer margin) register -- s.tmac's \n[FM]-from-the-bottom +.\" trap -- land somewhere on the actual page at all; FM alone, tried +.\" first, measurably did nothing (three different values, identical +.\" output) until .pl agreed with reality. +.pl 21c +.nr FM 1.2c +.nr PS 9 +.nr VS 10.5 +.ps 9 +.vs 10.5 +.PD 0.3v .TL Ordo 2027 \(bu Roman Missal, 1962 typical edition - +.ps 9 +.vs 10.5 .SH January - +.ne 7v .LP -\fBWeek I (Jan 1\(en2)\fR - +\s(11\fBWeek I (Jan 1\(en2)\fR\s9 +.sp 0.25v .IP "1" 4 -The Octave Day of the Nativity +\fBThe Octave Day of the Nativity\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Titus 2:11-15\s+2 +\s7Epistle Titus 2:11-15\s9 .br -\s-2Gospel Luke 2:21\s+2 - +\s7Gospel Luke 2:21\s9 +.sp 0.25v .IP "2" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Titus 3:4-7\s+2 +\s7Epistle Titus 3:4-7\s9 .br -\s-2Gospel Luke 2:15-20\s+2 - - +\s7Gospel Luke 2:15-20\s9 +.ne 7v .LP -\fBWeek II (Jan 3\(en9)\fR - +\s(11\fBWeek II (Jan 3\(en9)\fR\s9 +.sp 0.25v .IP "3" 4 -The Holy Name of Jesus +\fBThe Holy Name of Jesus\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Acts 4:8-12\s+2 +\s7Epistle Acts 4:8-12\s9 .br -\s-2Gospel Luke 2:21\s+2 - +\s7Gospel Luke 2:21\s9 +.sp 0.25v .IP "4" 4 -Monday before Epiphany +\fBMonday before Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Titus 2:11-15\s+2 +\s7Epistle Titus 2:11-15\s9 .br -\s-2Gospel Luke 2:21\s+2 - +\s7Gospel Luke 2:21\s9 +.sp 0.25v .IP "5" 4 -Tuesday before Epiphany +\fBTuesday before Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Titus 2:11-15\s+2 +\s7Epistle Titus 2:11-15\s9 .br -\s-2Gospel Luke 2:21\s+2 +\s7Gospel Luke 2:21\s9 .br -\s-2Commemoration St. Telesphorus Pope and Martyr\s+2 - +\s7Commemoration St. Telesphorus Pope and Martyr\s9 +.sp 0.25v .IP "6" 4 -The Epiphany of Our Lord +\fBThe Epiphany of Our Lord\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Isa 60:1-6\s+2 +\s7Epistle Isa 60:1-6\s9 .br -\s-2Gospel Matt 2:1-12\s+2 - +\s7Gospel Matt 2:1-12\s9 +.sp 0.25v .IP "7" 4 -Thursday after Epiphany +\fBThursday after Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Isa 60:1-6\s+2 +\s7Epistle Isa 60:1-6\s9 .br -\s-2Gospel Matt 2:1-12\s+2 - +\s7Gospel Matt 2:1-12\s9 +.sp 0.25v .IP "8" 4 -Friday after Epiphany +\fBFriday after Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Isa 60:1-6\s+2 +\s7Epistle Isa 60:1-6\s9 .br -\s-2Gospel Matt 2:1-12\s+2 - +\s7Gospel Matt 2:1-12\s9 +.sp 0.25v .IP "9" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Titus 3:4-7\s+2 +\s7Epistle Titus 3:4-7\s9 .br -\s-2Gospel Luke 2:15-20\s+2 - - +\s7Gospel Luke 2:15-20\s9 +.ne 7v .LP -\fBWeek III (Jan 10\(en16)\fR - +\s(11\fBWeek III (Jan 10\(en16)\fR\s9 +.sp 0.25v .IP "10" 4 -The Holy Family +\fBThe Holy Family\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Col 3:12-17\s+2 +\s7Epistle Col 3:12-17\s9 .br -\s-2Gospel Luke 2:42-52\s+2 - +\s7Gospel Luke 2:42-52\s9 +.sp 0.25v .IP "11" 4 -Monday of the 1st Week of the Time after Epiphany +\fBMonday of the 1st Week of the Time after Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Rom 12:1-5\s+2 +\s7Epistle Rom 12:1-5\s9 .br -\s-2Gospel Luke 2:42-52\s+2 +\s7Gospel Luke 2:42-52\s9 .br -\s-2Commemoration St. Hyginus Pope and Martyr\s+2 - +\s7Commemoration St. Hyginus Pope and Martyr\s9 +.sp 0.25v .IP "12" 4 -Tuesday of the 1st Week of the Time after Epiphany +\fBTuesday of the 1st Week of the Time after Epiphany\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Rom 12:1-5\s+2 +\s7Epistle Rom 12:1-5\s9 .br -\s-2Gospel Luke 2:42-52\s+2 - +\s7Gospel Luke 2:42-52\s9 +.sp 0.25v .IP "13" 4 -Commemoration of the Baptism of the Lord +\fBCommemoration of the Baptism of the Lord\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Isa 60:1-6\s+2 +\s7Epistle Isa 60:1-6\s9 .br -\s-2Gospel John 1:29-34\s+2 - +\s7Gospel John 1:29-34\s9 +.sp 0.25v .IP "14" 4 -St. Hilary +\fBSt. Hilary\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration S. Felicis\s+2 - +\s7Commemoration S. Felicis\s9 +.sp 0.25v .IP "15" 4 -St. Paul, the First Hermit +\fBSt. Paul, the First Hermit\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Phil 3:7-12\s+2 +\s7Epistle Phil 3:7-12\s9 .br -\s-2Gospel Matt 11:25-30\s+2 +\s7Gospel Matt 11:25-30\s9 .br -\s-2Commemoration St. Maur, Abbot\s+2 - +\s7Commemoration St. Maur, Abbot\s9 +.sp 0.25v .IP "16" 4 -St. Marcellus I +\fBSt. Marcellus I\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - - +\s7Gospel Matt 16:13-19\s9 +.ne 7v .LP -\fBWeek IV (Jan 17\(en23)\fR - +\s(11\fBWeek IV (Jan 17\(en23)\fR\s9 +.sp 0.25v .IP "17" 4 -2nd Sunday after Epiphany +\fB2nd Sunday after Epiphany\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Rom 12:6-16\s+2 +\s7Epistle Rom 12:6-16\s9 .br -\s-2Gospel John 2:1-11\s+2 - +\s7Gospel John 2:1-11\s9 +.sp 0.25v .IP "18" 4 -Monday of the 2nd Week of the Time after Epiphany +\fBMonday of the 2nd Week of the Time after Epiphany\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 12:6-16\s+2 +\s7Epistle Rom 12:6-16\s9 .br -\s-2Gospel John 2:1-11\s+2 +\s7Gospel John 2:1-11\s9 .br -\s-2Commemoration St. Prisca\s+2 - +\s7Commemoration St. Prisca\s9 +.sp 0.25v .IP "19" 4 -Tuesday of the 2nd Week of the Time after Epiphany +\fBTuesday of the 2nd Week of the Time after Epiphany\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 12:6-16\s+2 +\s7Epistle Rom 12:6-16\s9 .br -\s-2Gospel John 2:1-11\s+2 +\s7Gospel John 2:1-11\s9 .br -\s-2Commemoration St. Canute, Martyr\s+2 +\s7Commemoration St. Canute, Martyr\s9 .br -\s-2Commemoration Sts. Marius, Martha, Audifax & Abachum\s+2 - +\s7Commemoration Sts. Marius, Martha, Audifax & Abachum\s9 +.sp 0.25v .IP "20" 4 -Sts. Fabian & Sebastian +\fBSts. Fabian & Sebastian\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Heb 11:33-39\s+2 +\s7Epistle Heb 11:33-39\s9 .br -\s-2Gospel Luke 6:17-23\s+2 - +\s7Gospel Luke 6:17-23\s9 +.sp 0.25v .IP "21" 4 -St. Agnes +\fBSt. Agnes\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Sir 51:1-8; 51:12\s+2 +\s7Epistle Sir 51:1-8; 51:12\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "22" 4 -Sts. Vincent & Anastasius +\fBSts. Vincent & Anastasius\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 3:1-8\s+2 +\s7Epistle Wis 3:1-8\s9 .br -\s-2Gospel Luke 21:9-19\s+2 - +\s7Gospel Luke 21:9-19\s9 +.sp 0.25v .IP "23" 4 -St. Raymond of Peñafort +\fBSt. Raymond of Peñafort\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 +\s7Gospel Luke 12:35-40\s9 .br -\s-2Commemoration St. Emerentiana\s+2 - - +\s7Commemoration St. Emerentiana\s9 +.ne 7v .LP -\fBWeek V (Jan 24\(en30)\fR - +\s(11\fBWeek V (Jan 24\(en30)\fR\s9 +.sp 0.25v .IP "24" 4 -Septuagesima Sunday +\fBSeptuagesima Sunday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 9:24-27; 10:1-5\s+2 +\s7Epistle 1 Cor. 9:24-27; 10:1-5\s9 .br -\s-2Gospel Matt 20:1-16\s+2 - +\s7Gospel Matt 20:1-16\s9 +.sp 0.25v .IP "25" 4 -Conversion of St. Paul +\fBConversion of St. Paul\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Acts 9:1-22\s+2 +\s7Epistle Acts 9:1-22\s9 .br -\s-2Gospel Matt 19:27-29.\s+2 +\s7Gospel Matt 19:27-29.\s9 .br -\s-2Commemoration St. Peter\s+2 - +\s7Commemoration St. Peter\s9 +.sp 0.25v .IP "26" 4 -St. Polycarp +\fBSt. Polycarp\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 John 3:10-16\s+2 +\s7Epistle 1 John 3:10-16\s9 .br -\s-2Gospel Matt 10:26-32.\s+2 - +\s7Gospel Matt 10:26-32.\s9 +.sp 0.25v .IP "27" 4 -St. John Chrysostom +\fBSt. John Chrysostom\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "28" 4 -St. Peter Nolasco +\fBSt. Peter Nolasco\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor. 4:9-14\s+2 +\s7Epistle 1 Cor. 4:9-14\s9 .br -\s-2Gospel Luke 12:32-34\s+2 +\s7Gospel Luke 12:32-34\s9 .br -\s-2Commemoration St. Agnes\s+2 - +\s7Commemoration St. Agnes\s9 +.sp 0.25v .IP "29" 4 -St. Francis de Sales +\fBSt. Francis de Sales\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "30" 4 -St. Martina +\fBSt. Martina\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Sir 51:1-8; 51:12\s+2 +\s7Epistle Sir 51:1-8; 51:12\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - - +\s7Gospel Matt 25:1-13.\s9 +.ne 7v .LP -\fBWeek VI (Jan 31)\fR - +\s(11\fBWeek VI (Jan 31)\fR\s9 +.sp 0.25v .IP "31" 4 -Sexagesima Sunday +\fBSexagesima Sunday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 2 Cor. 11:19-33; 12:1-9\s+2 +\s7Epistle 2 Cor. 11:19-33; 12:1-9\s9 .br -\s-2Gospel Luke 8:4-15\s+2 - - - +\s7Gospel Luke 8:4-15\s9 .SH February - +.ne 7v .LP -\fBWeek I (Feb 1\(en6)\fR - +\s(11\fBWeek I (Feb 1\(en6)\fR\s9 +.sp 0.25v .IP "1" 4 -St. Ignatius of Antioch +\fBSt. Ignatius of Antioch\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Rom 8:35-39\s+2 +\s7Epistle Rom 8:35-39\s9 .br -\s-2Gospel John 12:24-26\s+2 - +\s7Gospel John 12:24-26\s9 +.sp 0.25v .IP "2" 4 -Purification of the Blessed Virgin Mary +\fBPurification of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Mal 3:1-4\s+2 +\s7Epistle Mal 3:1-4\s9 .br -\s-2Gospel Luke 2:22-32\s+2 - +\s7Gospel Luke 2:22-32\s9 +.sp 0.25v .IP "3" 4 -Wednesday of the 2nd Week of Septuagesimatide +\fBWednesday of the 2nd Week of Septuagesimatide\fR .br -\s-2class-4 \(bu violet\s+2 +\s74th Class \(bu Violet\s9 .br -\s-2Epistle 2 Cor. 11:19-33; 12:1-9\s+2 +\s7Epistle 2 Cor. 11:19-33; 12:1-9\s9 .br -\s-2Gospel Luke 8:4-15\s+2 +\s7Gospel Luke 8:4-15\s9 .br -\s-2Commemoration St. Blaise\s+2 - +\s7Commemoration St. Blaise\s9 +.sp 0.25v .IP "4" 4 -St. Andrew Corsini +\fBSt. Andrew Corsini\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Matt 25:14-23\s+2 - +\s7Gospel Matt 25:14-23\s9 +.sp 0.25v .IP "5" 4 -St. Agatha +\fBSt. Agatha\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Cor. 1:26-31\s+2 +\s7Epistle 1 Cor. 1:26-31\s9 .br -\s-2Gospel Matt 19:3-12.\s+2 - +\s7Gospel Matt 19:3-12.\s9 +.sp 0.25v .IP "6" 4 -St. Titus +\fBSt. Titus\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Luke 10:1-9\s+2 +\s7Gospel Luke 10:1-9\s9 .br -\s-2Commemoration St. Dorothy\s+2 - - +\s7Commemoration St. Dorothy\s9 +.ne 7v .LP -\fBWeek II (Feb 7\(en13)\fR - +\s(11\fBWeek II (Feb 7\(en13)\fR\s9 +.sp 0.25v .IP "7" 4 -Quinquagesima Sunday +\fBQuinquagesima Sunday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 13:1-13\s+2 +\s7Epistle 1 Cor. 13:1-13\s9 .br -\s-2Gospel Luke 18:31-43\s+2 - +\s7Gospel Luke 18:31-43\s9 +.sp 0.25v .IP "8" 4 -St. John of Matha +\fBSt. John of Matha\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "9" 4 -St. Cyril of Alexandria +\fBSt. Cyril of Alexandria\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration St. Appollonia\s+2 - +\s7Commemoration St. Appollonia\s9 +.sp 0.25v .IP "10" 4 -Ash Wednesday +\fBAsh Wednesday\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Joel 2:12-19\s+2 +\s7Epistle Joel 2:12-19\s9 .br -\s-2Gospel Matt 6:16-21\s+2 - +\s7Gospel Matt 6:16-21\s9 +.sp 0.25v .IP "11" 4 -Thursday after Ash Wednesday +\fBThursday after Ash Wednesday\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa 38:1-6\s+2 +\s7Epistle Isa 38:1-6\s9 .br -\s-2Gospel Matt 8:5-13\s+2 +\s7Gospel Matt 8:5-13\s9 .br -\s-2Commemoration Our Lady of Lourdes\s+2 - +\s7Commemoration Our Lady of Lourdes\s9 +.sp 0.25v .IP "12" 4 -Friday after Ash Wednesday +\fBFriday after Ash Wednesday\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa 58:1-9\s+2 +\s7Epistle Isa 58:1-9\s9 .br -\s-2Gospel Matt 5:43-48; 6:1-4\s+2 +\s7Gospel Matt 5:43-48; 6:1-4\s9 .br -\s-2Commemoration Seven Holy Servite Founders\s+2 - +\s7Commemoration Seven Holy Servite Founders\s9 +.sp 0.25v .IP "13" 4 -Saturday after Ash Wednesday +\fBSaturday after Ash Wednesday\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa 58:9-14\s+2 +\s7Epistle Isa 58:9-14\s9 .br -\s-2Gospel Mark 6:47-56\s+2 - - +\s7Gospel Mark 6:47-56\s9 +.ne 7v .LP -\fBWeek III (Feb 14\(en20)\fR - +\s(11\fBWeek III (Feb 14\(en20)\fR\s9 +.sp 0.25v .IP "14" 4 -1st Sunday of Lent +\fB1st Sunday of Lent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle 2 Cor. 6:1-10\s+2 +\s7Epistle 2 Cor. 6:1-10\s9 .br -\s-2Gospel Matt 4:1-11\s+2 - +\s7Gospel Matt 4:1-11\s9 +.sp 0.25v .IP "15" 4 -Monday of the 1st Week of Lent +\fBMonday of the 1st Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Ezech 34:11-16\s+2 +\s7Epistle Ezech 34:11-16\s9 .br -\s-2Gospel Matt 25:31-46\s+2 +\s7Gospel Matt 25:31-46\s9 .br -\s-2Commemoration Sts. Faustinus & Jovita\s+2 - +\s7Commemoration Sts. Faustinus & Jovita\s9 +.sp 0.25v .IP "16" 4 -Tuesday of the 1st Week of Lent +\fBTuesday of the 1st Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa 55:6-11\s+2 +\s7Epistle Isa 55:6-11\s9 .br -\s-2Gospel Matt 21:10-17\s+2 - +\s7Gospel Matt 21:10-17\s9 +.sp 0.25v .IP "17" 4 -Lenten Ember Wednesday +\fBLenten Ember Wednesday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 3 Kgs. 19:3-8\s+2 +\s7Epistle 3 Kgs. 19:3-8\s9 .br -\s-2Gospel Matt 12:38-50\s+2 - +\s7Gospel Matt 12:38-50\s9 +.sp 0.25v .IP "18" 4 -Thursday of the 1st Week of Lent +\fBThursday of the 1st Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Ezech 18:1-9\s+2 +\s7Epistle Ezech 18:1-9\s9 .br -\s-2Gospel Matt 15:21-28\s+2 +\s7Gospel Matt 15:21-28\s9 .br -\s-2Commemoration St. Simeon\s+2 - +\s7Commemoration St. Simeon\s9 +.sp 0.25v .IP "19" 4 -Lenten Ember Friday +\fBLenten Ember Friday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Ezech 18:20-28\s+2 +\s7Epistle Ezech 18:20-28\s9 .br -\s-2Gospel John 5:1-15\s+2 - +\s7Gospel John 5:1-15\s9 +.sp 0.25v .IP "20" 4 -Lenten Ember Saturday +\fBLenten Ember Saturday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Thess. 5:14-23\s+2 +\s7Epistle 1 Thess. 5:14-23\s9 .br -\s-2Gospel Matt 17:1-9\s+2 - - +\s7Gospel Matt 17:1-9\s9 +.ne 7v .LP -\fBWeek IV (Feb 21\(en27)\fR - +\s(11\fBWeek IV (Feb 21\(en27)\fR\s9 +.sp 0.25v .IP "21" 4 -2nd Sunday of Lent +\fB2nd Sunday of Lent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle 1 Thess. 4:1-7\s+2 +\s7Epistle 1 Thess. 4:1-7\s9 .br -\s-2Gospel Matt 17:1-9\s+2 - +\s7Gospel Matt 17:1-9\s9 +.sp 0.25v .IP "22" 4 -Chair of St. Peter +\fBChair of St. Peter\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 1:1-7\s+2 +\s7Epistle 1 Pet 1:1-7\s9 .br -\s-2Gospel Matt 16:13-19\s+2 +\s7Gospel Matt 16:13-19\s9 .br -\s-2Commemoration Monday of the 2nd Week of Lent\s+2 +\s7Commemoration Monday of the 2nd Week of Lent\s9 .br -\s-2Commemoration St. Paul\s+2 - +\s7Commemoration St. Paul\s9 +.sp 0.25v .IP "23" 4 -Tuesday of the 2nd Week of Lent +\fBTuesday of the 2nd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 3 Kings 17:8-16\s+2 +\s7Epistle 3 Kings 17:8-16\s9 .br -\s-2Gospel Matt 23:1-12\s+2 +\s7Gospel Matt 23:1-12\s9 .br -\s-2Commemoration St. Peter Damien\s+2 - +\s7Commemoration St. Peter Damien\s9 +.sp 0.25v .IP "24" 4 -St. Matthias +\fBSt. Matthias\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Acts 1:15-26\s+2 +\s7Epistle Acts 1:15-26\s9 .br -\s-2Gospel Matt 11:25-30\s+2 +\s7Gospel Matt 11:25-30\s9 .br -\s-2Commemoration Wednesday of the 2nd Week of Lent\s+2 - +\s7Commemoration Wednesday of the 2nd Week of Lent\s9 +.sp 0.25v .IP "25" 4 -Thursday of the 2nd Week of Lent +\fBThursday of the 2nd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Jer 17:5-10\s+2 +\s7Epistle Jer 17:5-10\s9 .br -\s-2Gospel Luke 16:19-31\s+2 - +\s7Gospel Luke 16:19-31\s9 +.sp 0.25v .IP "26" 4 -Friday of the 2nd Week of Lent +\fBFriday of the 2nd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Gen 37:6-22\s+2 +\s7Epistle Gen 37:6-22\s9 .br -\s-2Gospel Matt 21:33-46\s+2 - +\s7Gospel Matt 21:33-46\s9 +.sp 0.25v .IP "27" 4 -Saturday of the 2nd Week of Lent +\fBSaturday of the 2nd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Gen 27:6-40\s+2 +\s7Epistle Gen 27:6-40\s9 .br -\s-2Gospel Luke 15:11-32\s+2 +\s7Gospel Luke 15:11-32\s9 .br -\s-2Commemoration St. Gabriel of Our Lady of Sorrows\s+2 - - +\s7Commemoration St. Gabriel of Our Lady of Sorrows\s9 +.ne 7v .LP -\fBWeek V (Feb 28)\fR - +\s(11\fBWeek V (Feb 28)\fR\s9 +.sp 0.25v .IP "28" 4 -3rd Sunday of Lent +\fB3rd Sunday of Lent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Eph 5:1-9\s+2 +\s7Epistle Eph 5:1-9\s9 .br -\s-2Gospel Luke 11:14-28\s+2 - - - +\s7Gospel Luke 11:14-28\s9 .SH March - +.ne 7v .LP -\fBWeek I (Mar 1\(en6)\fR - +\s(11\fBWeek I (Mar 1\(en6)\fR\s9 +.sp 0.25v .IP "1" 4 -Monday of the 3rd Week of Lent +\fBMonday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 4 Kings 5:1-15\s+2 +\s7Epistle 4 Kings 5:1-15\s9 .br -\s-2Gospel Luke 4:23-30\s+2 - +\s7Gospel Luke 4:23-30\s9 +.sp 0.25v .IP "2" 4 -Tuesday of the 3rd Week of Lent +\fBTuesday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 4 Kings 4:1-7\s+2 +\s7Epistle 4 Kings 4:1-7\s9 .br -\s-2Gospel Matt 18:15-22\s+2 - +\s7Gospel Matt 18:15-22\s9 +.sp 0.25v .IP "3" 4 -Wednesday of the 3rd Week of Lent +\fBWednesday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Ex 20:12-24\s+2 +\s7Epistle Ex 20:12-24\s9 .br -\s-2Gospel Matt 15:1-20\s+2 - +\s7Gospel Matt 15:1-20\s9 +.sp 0.25v .IP "4" 4 -Thursday of the 3rd Week of Lent +\fBThursday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Jer 7:1-7\s+2 +\s7Epistle Jer 7:1-7\s9 .br -\s-2Gospel Luke 4:38-44.\s+2 +\s7Gospel Luke 4:38-44.\s9 .br -\s-2Commemoration St. Casimir\s+2 +\s7Commemoration St. Casimir\s9 .br -\s-2Commemoration St. Lucius\s+2 - +\s7Commemoration St. Lucius\s9 +.sp 0.25v .IP "5" 4 -Friday of the 3rd Week of Lent +\fBFriday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Num 20:1, 3; 6-13.\s+2 +\s7Epistle Num 20:1, 3; 6-13.\s9 .br -\s-2Gospel John 4:5-42\s+2 - +\s7Gospel John 4:5-42\s9 +.sp 0.25v .IP "6" 4 -Saturday of the 3rd Week of Lent +\fBSaturday of the 3rd Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Dan 13:1-9, 15-17, 19-30, 33-62.\s+2 +\s7Epistle Dan 13:1-9, 15-17, 19-30, 33-62.\s9 .br -\s-2Gospel John 8:1-11\s+2 +\s7Gospel John 8:1-11\s9 .br -\s-2Commemoration Sts. Felicitas & Perpetua\s+2 - - +\s7Commemoration Sts. Felicitas & Perpetua\s9 +.ne 7v .LP -\fBWeek II (Mar 7\(en13)\fR - +\s(11\fBWeek II (Mar 7\(en13)\fR\s9 +.sp 0.25v .IP "7" 4 -4th Sunday of Lent +\fB4th Sunday of Lent\fR .br -\s-2class-1 \(bu rose\s+2 +\s71st Class \(bu Rose\s9 .br -\s-2Epistle Gal 4:22-31\s+2 +\s7Epistle Gal 4:22-31\s9 .br -\s-2Gospel John 6:1-15\s+2 - +\s7Gospel John 6:1-15\s9 +.sp 0.25v .IP "8" 4 -Monday of the 4th Week of Lent +\fBMonday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 3 Kings 3:16-28\s+2 +\s7Epistle 3 Kings 3:16-28\s9 .br -\s-2Gospel John 2:13-25\s+2 +\s7Gospel John 2:13-25\s9 .br -\s-2Commemoration St. John of God\s+2 - +\s7Commemoration St. John of God\s9 +.sp 0.25v .IP "9" 4 -Tuesday of the 4th Week of Lent +\fBTuesday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Ex 32:7-14\s+2 +\s7Epistle Ex 32:7-14\s9 .br -\s-2Gospel John 7:14-31\s+2 +\s7Gospel John 7:14-31\s9 .br -\s-2Commemoration St. Frances Rome\s+2 - +\s7Commemoration St. Frances Rome\s9 +.sp 0.25v .IP "10" 4 -Wednesday of the 4th Week of Lent +\fBWednesday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa. 1:16-19\s+2 +\s7Epistle Isa. 1:16-19\s9 .br -\s-2Gospel John 9:1-38\s+2 +\s7Gospel John 9:1-38\s9 .br -\s-2Commemoration Forty Holy Martyrs of Sebaste\s+2 - +\s7Commemoration Forty Holy Martyrs of Sebaste\s9 +.sp 0.25v .IP "11" 4 -Thursday of the 4th Week of Lent +\fBThursday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 4 Kings 4:25-38\s+2 +\s7Epistle 4 Kings 4:25-38\s9 .br -\s-2Gospel Luke 7:11-16\s+2 - +\s7Gospel Luke 7:11-16\s9 +.sp 0.25v .IP "12" 4 -Friday of the 4th Week of Lent +\fBFriday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle 3 Kings 17:17-24\s+2 +\s7Epistle 3 Kings 17:17-24\s9 .br -\s-2Gospel John 11:1-45\s+2 +\s7Gospel John 11:1-45\s9 .br -\s-2Commemoration St. Gregory the Great\s+2 - +\s7Commemoration St. Gregory the Great\s9 +.sp 0.25v .IP "13" 4 -Saturday of the 4th Week of Lent +\fBSaturday of the 4th Week of Lent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Isa 49:8-15\s+2 +\s7Epistle Isa 49:8-15\s9 .br -\s-2Gospel John 8:12-20\s+2 - - +\s7Gospel John 8:12-20\s9 +.ne 7v .LP -\fBWeek III (Mar 14\(en20)\fR - +\s(11\fBWeek III (Mar 14\(en20)\fR\s9 +.sp 0.25v .IP "14" 4 -Passion Sunday +\fBPassion Sunday\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Heb 9:11-15.\s+2 +\s7Epistle Heb 9:11-15.\s9 .br -\s-2Gospel John 8:46-59.\s+2 - +\s7Gospel John 8:46-59.\s9 +.sp 0.25v .IP "15" 4 -Monday of the 1st Week of Passion Week +\fBMonday of the 1st Week of Passion Week\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Jonas 3:1-10\s+2 +\s7Epistle Jonas 3:1-10\s9 .br -\s-2Gospel John 7:32-39\s+2 - +\s7Gospel John 7:32-39\s9 +.sp 0.25v .IP "16" 4 -Tuesday of the 1st Week of Passion Week +\fBTuesday of the 1st Week of Passion Week\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Dan 14:27, 28-42\s+2 +\s7Epistle Dan 14:27, 28-42\s9 .br -\s-2Gospel John 7:1-13\s+2 - +\s7Gospel John 7:1-13\s9 +.sp 0.25v .IP "17" 4 -Wednesday of the 1st Week of Passion Week +\fBWednesday of the 1st Week of Passion Week\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Lev 19:1-2, 11-19, 25\s+2 +\s7Epistle Lev 19:1-2, 11-19, 25\s9 .br -\s-2Gospel John 10:22-38\s+2 +\s7Gospel John 10:22-38\s9 .br -\s-2Commemoration St. Patrick\s+2 - +\s7Commemoration St. Patrick\s9 +.sp 0.25v .IP "18" 4 -Thursday of the 1st Week of Passion Week +\fBThursday of the 1st Week of Passion Week\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Dan 3:25, 34-45.\s+2 +\s7Epistle Dan 3:25, 34-45.\s9 .br -\s-2Gospel Luke 7:36-50\s+2 +\s7Gospel Luke 7:36-50\s9 .br -\s-2Commemoration St. Cyril of Jerusalem\s+2 - +\s7Commemoration St. Cyril of Jerusalem\s9 +.sp 0.25v .IP "19" 4 -St. Joseph, Spouse of the Bl. Virgin Mary +\fBSt. Joseph, Spouse of the Bl. Virgin Mary\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Ecclus 45:1-6\s+2 +\s7Epistle Ecclus 45:1-6\s9 .br -\s-2Gospel Matt 1:18-21\s+2 +\s7Gospel Matt 1:18-21\s9 .br -\s-2Commemoration Friday of the 1st Week of Passion Week\s+2 - +\s7Commemoration Friday of the 1st Week of Passion Week\s9 +.sp 0.25v .IP "20" 4 -Saturday of the 1st Week of Passion Week +\fBSaturday of the 1st Week of Passion Week\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Jer 18:18-23\s+2 +\s7Epistle Jer 18:18-23\s9 .br -\s-2Gospel John 12:10-36\s+2 - - +\s7Gospel John 12:10-36\s9 +.ne 7v .LP -\fBWeek IV (Mar 21\(en27)\fR - +\s(11\fBWeek IV (Mar 21\(en27)\fR\s9 +.sp 0.25v .IP "21" 4 -Palm Sunday +\fBPalm Sunday\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Phil 2:5-11\s+2 +\s7Epistle Phil 2:5-11\s9 .br -\s-2Gospel Matt. 26:36-75; 27:1-60.\s+2 - +\s7Gospel Matt. 26:36-75; 27:1-60.\s9 +.sp 0.25v .IP "22" 4 -Monday of Holy Week +\fBMonday of Holy Week\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Isa 50:5-10\s+2 +\s7Epistle Isa 50:5-10\s9 .br -\s-2Gospel John 12:1-9\s+2 - +\s7Gospel John 12:1-9\s9 +.sp 0.25v .IP "23" 4 -Tuesday of Holy Week +\fBTuesday of Holy Week\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Jer 11:18-20\s+2 +\s7Epistle Jer 11:18-20\s9 .br -\s-2Gospel Mark 14:32-72; 15, 1-46\s+2 - +\s7Gospel Mark 14:32-72; 15, 1-46\s9 +.sp 0.25v .IP "24" 4 -Wednesday of Holy Week (Spy Wednesday) +\fBWednesday of Holy Week (Spy Wednesday)\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Isa 53:1-12\s+2 +\s7Epistle Isa 53:1-12\s9 .br -\s-2Gospel Luke 22:39-71; 23:1-53\s+2 - +\s7Gospel Luke 22:39-71; 23:1-53\s9 +.sp 0.25v .IP "25" 4 -Holy Thursday (Maundy Thursday) +\fBHoly Thursday (Maundy Thursday)\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 Cor 11:20-32\s+2 +\s7Epistle 1 Cor 11:20-32\s9 .br -\s-2Gospel John 13:1-15\s+2 - +\s7Gospel John 13:1-15\s9 +.sp 0.25v .IP "26" 4 -Good Friday +\fBGood Friday\fR .br -\s-2class-1 \(bu black\s+2 +\s71st Class \(bu Black\s9 .br -\s-2Epistle Ex 12:1-11\s+2 +\s7Epistle Ex 12:1-11\s9 .br -\s-2Gospel John 18:1-40; 19:1-42\s+2 - +\s7Gospel John 18:1-40; 19:1-42\s9 +.sp 0.25v .IP "27" 4 -Holy Saturday +\fBHoly Saturday\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Col 3:1-4\s+2 +\s7Epistle Col 3:1-4\s9 .br -\s-2Gospel Matt 28:1-7\s+2 - - +\s7Gospel Matt 28:1-7\s9 +.ne 7v .LP -\fBWeek V (Mar 28\(en31)\fR - +\s(11\fBWeek V (Mar 28\(en31)\fR\s9 +.sp 0.25v .IP "28" 4 -Easter Sunday +\fBEaster Sunday\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 Cor 5:7-8\s+2 +\s7Epistle 1 Cor 5:7-8\s9 .br -\s-2Gospel Mark 16:1-7\s+2 - +\s7Gospel Mark 16:1-7\s9 +.sp 0.25v .IP "29" 4 -Monday of Easter Week +\fBMonday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Acts 10:37-43.\s+2 +\s7Epistle Acts 10:37-43.\s9 .br -\s-2Gospel Luke 24:13-35\s+2 - +\s7Gospel Luke 24:13-35\s9 +.sp 0.25v .IP "30" 4 -Tuesday of Easter Week +\fBTuesday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Acts 13:16; 13:26-33\s+2 +\s7Epistle Acts 13:16; 13:26-33\s9 .br -\s-2Gospel Luke 24:36-47\s+2 - +\s7Gospel Luke 24:36-47\s9 +.sp 0.25v .IP "31" 4 -Wednesday of Easter Week +\fBWednesday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Acts 3:13-15; 3:17-19\s+2 +\s7Epistle Acts 3:13-15; 3:17-19\s9 .br -\s-2Gospel John 21:1-14\s+2 - - - +\s7Gospel John 21:1-14\s9 .SH April - +.ne 7v .LP -\fBWeek I (Apr 1\(en3)\fR - +\s(11\fBWeek I (Apr 1\(en3)\fR\s9 +.sp 0.25v .IP "1" 4 -Thursday of Easter Week +\fBThursday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Acts 8:26-40\s+2 +\s7Epistle Acts 8:26-40\s9 .br -\s-2Gospel John 20:11-18\s+2 - +\s7Gospel John 20:11-18\s9 +.sp 0.25v .IP "2" 4 -Friday of Easter Week +\fBFriday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 Pet 3:18-22\s+2 +\s7Epistle 1 Pet 3:18-22\s9 .br -\s-2Gospel Matt 28:16-20\s+2 - +\s7Gospel Matt 28:16-20\s9 +.sp 0.25v .IP "3" 4 -Saturday of Easter Week +\fBSaturday of Easter Week\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:1-10\s+2 +\s7Epistle 1 Pet 2:1-10\s9 .br -\s-2Gospel John 20:1-9\s+2 - - +\s7Gospel John 20:1-9\s9 +.ne 7v .LP -\fBWeek II (Apr 4\(en10)\fR - +\s(11\fBWeek II (Apr 4\(en10)\fR\s9 +.sp 0.25v .IP "4" 4 -Low Sunday (Sunday in Easter Octave) +\fBLow Sunday (Sunday in Easter Octave)\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 John 5:4-10\s+2 +\s7Epistle 1 John 5:4-10\s9 .br -\s-2Gospel John 20:19-31\s+2 - +\s7Gospel John 20:19-31\s9 +.sp 0.25v .IP "5" 4 -Annunciation of the Blessed Virgin Mary +\fBAnnunciation of the Blessed Virgin Mary\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Isa 7:10-15\s+2 +\s7Epistle Isa 7:10-15\s9 .br -\s-2Gospel Luke 1:26-38\s+2 - +\s7Gospel Luke 1:26-38\s9 +.sp 0.25v .IP "6" 4 -Tuesday of the 2nd Week of Eastertide +\fBTuesday of the 2nd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 John 5:4-10\s+2 +\s7Epistle 1 John 5:4-10\s9 .br -\s-2Gospel John 20:19-31\s+2 - +\s7Gospel John 20:19-31\s9 +.sp 0.25v .IP "7" 4 -Wednesday of the 2nd Week of Eastertide +\fBWednesday of the 2nd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 John 5:4-10\s+2 +\s7Epistle 1 John 5:4-10\s9 .br -\s-2Gospel John 20:19-31\s+2 - +\s7Gospel John 20:19-31\s9 +.sp 0.25v .IP "8" 4 -Thursday of the 2nd Week of Eastertide +\fBThursday of the 2nd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 John 5:4-10\s+2 +\s7Epistle 1 John 5:4-10\s9 .br -\s-2Gospel John 20:19-31\s+2 - +\s7Gospel John 20:19-31\s9 +.sp 0.25v .IP "9" 4 -Friday of the 2nd Week of Eastertide +\fBFriday of the 2nd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 John 5:4-10\s+2 +\s7Epistle 1 John 5:4-10\s9 .br -\s-2Gospel John 20:19-31\s+2 - +\s7Gospel John 20:19-31\s9 +.sp 0.25v .IP "10" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel John 19:25-27\s+2 - - +\s7Gospel John 19:25-27\s9 +.ne 7v .LP -\fBWeek III (Apr 11\(en17)\fR - +\s(11\fBWeek III (Apr 11\(en17)\fR\s9 +.sp 0.25v .IP "11" 4 -2nd Sunday after Easter +\fB2nd Sunday after Easter\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:21-25\s+2 +\s7Epistle 1 Pet 2:21-25\s9 .br -\s-2Gospel John 10:11-16\s+2 - +\s7Gospel John 10:11-16\s9 +.sp 0.25v .IP "12" 4 -Monday of the 3rd Week of Eastertide +\fBMonday of the 3rd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:21-25\s+2 +\s7Epistle 1 Pet 2:21-25\s9 .br -\s-2Gospel John 10:11-16\s+2 - +\s7Gospel John 10:11-16\s9 +.sp 0.25v .IP "13" 4 -St. Hermenegild +\fBSt. Hermenegild\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 10:10-14\s+2 +\s7Epistle Wis 10:10-14\s9 .br -\s-2Gospel Luke 14:26-33.\s+2 - +\s7Gospel Luke 14:26-33.\s9 +.sp 0.25v .IP "14" 4 -St. Justin +\fBSt. Justin\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Cor 1:18-25; 1:30;\s+2 +\s7Epistle 1 Cor 1:18-25; 1:30;\s9 .br -\s-2Gospel Luke 12:2-8\s+2 +\s7Gospel Luke 12:2-8\s9 .br -\s-2Commemoration Sts. Tiburtius, Valerian et Maximus, Martyrs\s+2 - +\s7Commemoration Sts. Tiburtius, Valerian et Maximus, Martyrs\s9 +.sp 0.25v .IP "15" 4 -Thursday of the 3rd Week of Eastertide +\fBThursday of the 3rd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:21-25\s+2 +\s7Epistle 1 Pet 2:21-25\s9 .br -\s-2Gospel John 10:11-16\s+2 - +\s7Gospel John 10:11-16\s9 +.sp 0.25v .IP "16" 4 -Friday of the 3rd Week of Eastertide +\fBFriday of the 3rd Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:21-25\s+2 +\s7Epistle 1 Pet 2:21-25\s9 .br -\s-2Gospel John 10:11-16\s+2 - +\s7Gospel John 10:11-16\s9 +.sp 0.25v .IP "17" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel John 19:25-27\s+2 +\s7Gospel John 19:25-27\s9 .br -\s-2Commemoration St. Anicetus\s+2 - - +\s7Commemoration St. Anicetus\s9 +.ne 7v .LP -\fBWeek IV (Apr 18\(en24)\fR - +\s(11\fBWeek IV (Apr 18\(en24)\fR\s9 +.sp 0.25v .IP "18" 4 -3rd Sunday after Easter +\fB3rd Sunday after Easter\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:11-19\s+2 +\s7Epistle 1 Pet 2:11-19\s9 .br -\s-2Gospel John 16:16-22\s+2 - +\s7Gospel John 16:16-22\s9 +.sp 0.25v .IP "19" 4 -Monday of the 4th Week of Eastertide +\fBMonday of the 4th Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:11-19\s+2 +\s7Epistle 1 Pet 2:11-19\s9 .br -\s-2Gospel John 16:16-22\s+2 - +\s7Gospel John 16:16-22\s9 +.sp 0.25v .IP "20" 4 -Tuesday of the 4th Week of Eastertide +\fBTuesday of the 4th Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:11-19\s+2 +\s7Epistle 1 Pet 2:11-19\s9 .br -\s-2Gospel John 16:16-22\s+2 - +\s7Gospel John 16:16-22\s9 +.sp 0.25v .IP "21" 4 -St. Anselm +\fBSt. Anselm\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "22" 4 -Sts. Soter & Caius +\fBSts. Soter & Caius\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - +\s7Gospel Matt 16:13-19\s9 +.sp 0.25v .IP "23" 4 -Friday of the 4th Week of Eastertide +\fBFriday of the 4th Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 2:11-19\s+2 +\s7Epistle 1 Pet 2:11-19\s9 .br -\s-2Gospel John 16:16-22\s+2 +\s7Gospel John 16:16-22\s9 .br -\s-2Commemoration St. George\s+2 - +\s7Commemoration St. George\s9 +.sp 0.25v .IP "24" 4 -St. Fidelis of Sigmaringen +\fBSt. Fidelis of Sigmaringen\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 5:1-5\s+2 +\s7Epistle Wis 5:1-5\s9 .br -\s-2Gospel John 15:1-7\s+2 - - +\s7Gospel John 15:1-7\s9 +.ne 7v .LP -\fBWeek V (Apr 25\(en30)\fR - +\s(11\fBWeek V (Apr 25\(en30)\fR\s9 +.sp 0.25v .IP "25" 4 -4th Sunday after Easter +\fB4th Sunday after Easter\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Jas 1:17-21\s+2 +\s7Epistle Jas 1:17-21\s9 .br -\s-2Gospel John 16:5-14\s+2 +\s7Gospel John 16:5-14\s9 .br -\s-2Commemoration The Major Litanies\s+2 - +\s7Commemoration The Major Litanies\s9 +.sp 0.25v .IP "26" 4 -Sts. Cletus & Marcellinus +\fBSts. Cletus & Marcellinus\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - +\s7Gospel Matt 16:13-19\s9 +.sp 0.25v .IP "27" 4 -St. Peter Canisius +\fBSt. Peter Canisius\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "28" 4 -St. Paul of the Cross +\fBSt. Paul of the Cross\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor 1:17-25.\s+2 +\s7Epistle 1 Cor 1:17-25.\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - +\s7Gospel Luke 10:1-9\s9 +.sp 0.25v .IP "29" 4 -St. Peter of Verona +\fBSt. Peter of Verona\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 2 Tim. 2:8-10; 3:10-12.\s+2 +\s7Epistle 2 Tim. 2:8-10; 3:10-12.\s9 .br -\s-2Gospel Matt 10:34-42\s+2 - +\s7Gospel Matt 10:34-42\s9 +.sp 0.25v .IP "30" 4 -St. Catherine of Siena +\fBSt. Catherine of Siena\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - - - +\s7Gospel Matt 25:1-13.\s9 .SH May - +.ne 7v .LP -\fBWeek I (May 1)\fR - +\s(11\fBWeek I (May 1)\fR\s9 +.sp 0.25v .IP "1" 4 -St. Joseph the Workman +\fBSt. Joseph the Workman\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Col. 3:14-15, 17, 23-24\s+2 +\s7Epistle Col. 3:14-15, 17, 23-24\s9 .br -\s-2Gospel Matt 13:54-58\s+2 - - +\s7Gospel Matt 13:54-58\s9 +.ne 7v .LP -\fBWeek II (May 2\(en8)\fR - +\s(11\fBWeek II (May 2\(en8)\fR\s9 +.sp 0.25v .IP "2" 4 -5th Sunday after Easter +\fB5th Sunday after Easter\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Jas 1:22-27\s+2 +\s7Epistle Jas 1:22-27\s9 .br -\s-2Gospel John 16:23-30\s+2 - +\s7Gospel John 16:23-30\s9 +.sp 0.25v .IP "3" 4 -Rogation Monday +\fBRogation Monday\fR .br -\s-2class-4 \(bu violet\s+2 +\s74th Class \(bu Violet\s9 .br -\s-2Epistle Jas 1:22-27\s+2 +\s7Epistle Jas 1:22-27\s9 .br -\s-2Gospel John 16:23-30\s+2 +\s7Gospel John 16:23-30\s9 .br -\s-2Commemoration Sts. Alexander & Companions\s+2 - +\s7Commemoration Sts. Alexander & Companions\s9 +.sp 0.25v .IP "4" 4 -St. Monica +\fBSt. Monica\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Tim. 5:3-10.\s+2 +\s7Epistle 1 Tim. 5:3-10.\s9 .br -\s-2Gospel Luke 7:11-16\s+2 - +\s7Gospel Luke 7:11-16\s9 +.sp 0.25v .IP "5" 4 -Vigil of the Ascension +\fBVigil of the Ascension\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Eph. 4:7-13.\s+2 +\s7Epistle Eph. 4:7-13.\s9 .br -\s-2Gospel John 17:1-11.\s+2 +\s7Gospel John 17:1-11.\s9 .br -\s-2Commemoration St. Pius V\s+2 - +\s7Commemoration St. Pius V\s9 +.sp 0.25v .IP "6" 4 -The Ascension of Our Lord +\fBThe Ascension of Our Lord\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Acts 1:1-11\s+2 +\s7Epistle Acts 1:1-11\s9 .br -\s-2Gospel Mark 16:14-20\s+2 - +\s7Gospel Mark 16:14-20\s9 +.sp 0.25v .IP "7" 4 -St. Stanislaus +\fBSt. Stanislaus\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 5:1-5\s+2 +\s7Epistle Wis 5:1-5\s9 .br -\s-2Gospel John 15:1-7\s+2 - +\s7Gospel John 15:1-7\s9 +.sp 0.25v .IP "8" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel John 19:25-27\s+2 - - +\s7Gospel John 19:25-27\s9 +.ne 7v .LP -\fBWeek III (May 9\(en15)\fR - +\s(11\fBWeek III (May 9\(en15)\fR\s9 +.sp 0.25v .IP "9" 4 -Sunday after the Ascension +\fBSunday after the Ascension\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 4:7-11.\s+2 +\s7Epistle 1 Pet 4:7-11.\s9 .br -\s-2Gospel John 15:26-27; 16:1-4.\s+2 - +\s7Gospel John 15:26-27; 16:1-4.\s9 +.sp 0.25v .IP "10" 4 -St. Antoninus +\fBSt. Antoninus\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Matt 25:14-23\s+2 +\s7Gospel Matt 25:14-23\s9 .br -\s-2Commemoration St. Gordiano and Epimacho\s+2 - +\s7Commemoration St. Gordiano and Epimacho\s9 +.sp 0.25v .IP "11" 4 -Sts. Philip & James +\fBSts. Philip & James\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Wis. 5:1-5\s+2 +\s7Epistle Wis. 5:1-5\s9 .br -\s-2Gospel John 14:1-13\s+2 - +\s7Gospel John 14:1-13\s9 +.sp 0.25v .IP "12" 4 -Sts. Nereus, Achilleus, Domitilla, & Pancras +\fBSts. Nereus, Achilleus, Domitilla, & Pancras\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis. 5:1-5\s+2 +\s7Epistle Wis. 5:1-5\s9 .br -\s-2Gospel John 4:46-53\s+2 - +\s7Gospel John 4:46-53\s9 +.sp 0.25v .IP "13" 4 -St. Robert Bellarmine +\fBSt. Robert Bellarmine\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Wis 7:7-14.\s+2 +\s7Epistle Wis 7:7-14.\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "14" 4 -Friday of the 7th Week of Eastertide +\fBFriday of the 7th Week of Eastertide\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle 1 Pet 4:7-11.\s+2 +\s7Epistle 1 Pet 4:7-11.\s9 .br -\s-2Gospel John 15:26-27; 16:1-4.\s+2 +\s7Gospel John 15:26-27; 16:1-4.\s9 .br -\s-2Commemoration St. Boniface\s+2 - +\s7Commemoration St. Boniface\s9 +.sp 0.25v .IP "15" 4 -Vigil of Pentecost +\fBVigil of Pentecost\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 19:1-8.\s+2 +\s7Epistle Acts 19:1-8.\s9 .br -\s-2Gospel John 14:15-21.\s+2 - - +\s7Gospel John 14:15-21.\s9 +.ne 7v .LP -\fBWeek IV (May 16\(en22)\fR - +\s(11\fBWeek IV (May 16\(en22)\fR\s9 +.sp 0.25v .IP "16" 4 -Pentecost Sunday (Whitsunday) +\fBPentecost Sunday (Whitsunday)\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 2:1-11.\s+2 +\s7Epistle Acts 2:1-11.\s9 .br -\s-2Gospel John 14:23-31.\s+2 - +\s7Gospel John 14:23-31.\s9 +.sp 0.25v .IP "17" 4 -Monday of Pentecost Week +\fBMonday of Pentecost Week\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 10:34, 42-48\s+2 +\s7Epistle Acts 10:34, 42-48\s9 .br -\s-2Gospel John 3:16-21\s+2 - +\s7Gospel John 3:16-21\s9 +.sp 0.25v .IP "18" 4 -Tuesday of Pentecost Week +\fBTuesday of Pentecost Week\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 8:14-17.\s+2 +\s7Epistle Acts 8:14-17.\s9 .br -\s-2Gospel John 10:1-10.\s+2 - +\s7Gospel John 10:1-10.\s9 +.sp 0.25v .IP "19" 4 -Pentecost Ember Wednesday +\fBPentecost Ember Wednesday\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 5:12-16\s+2 +\s7Epistle Acts 5:12-16\s9 .br -\s-2Gospel John 6:44-52.\s+2 - +\s7Gospel John 6:44-52.\s9 +.sp 0.25v .IP "20" 4 -Thursday of Pentecost Week +\fBThursday of Pentecost Week\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 8:5-8\s+2 +\s7Epistle Acts 8:5-8\s9 .br -\s-2Gospel Luke 9:1-6\s+2 - +\s7Gospel Luke 9:1-6\s9 +.sp 0.25v .IP "21" 4 -Pentecost Ember Friday +\fBPentecost Ember Friday\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Joel 2:23-24; 26-27\s+2 +\s7Epistle Joel 2:23-24; 26-27\s9 .br -\s-2Gospel Luke 5:17-26\s+2 - +\s7Gospel Luke 5:17-26\s9 +.sp 0.25v .IP "22" 4 -Pentecost Ember Saturday +\fBPentecost Ember Saturday\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Rom 5:1-5.\s+2 +\s7Epistle Rom 5:1-5.\s9 .br -\s-2Gospel Luke 4:38-44.\s+2 - - +\s7Gospel Luke 4:38-44.\s9 +.ne 7v .LP -\fBWeek V (May 23\(en29)\fR - +\s(11\fBWeek V (May 23\(en29)\fR\s9 +.sp 0.25v .IP "23" 4 -Trinity Sunday +\fBTrinity Sunday\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Rom 11:33-36.\s+2 +\s7Epistle Rom 11:33-36.\s9 .br -\s-2Gospel Matt 28:18-20\s+2 - +\s7Gospel Matt 28:18-20\s9 +.sp 0.25v .IP "24" 4 -Monday of the 1st Week of the Time after Pentecost +\fBMonday of the 1st Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 John 4:8-21\s+2 +\s7Epistle 1 John 4:8-21\s9 .br -\s-2Gospel Luke 6:36-42\s+2 - +\s7Gospel Luke 6:36-42\s9 +.sp 0.25v .IP "25" 4 -St. Gregory VII +\fBSt. Gregory VII\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 +\s7Gospel Matt 16:13-19\s9 .br -\s-2Commemoration St. Urban, Pope and Martyr\s+2 - +\s7Commemoration St. Urban, Pope and Martyr\s9 +.sp 0.25v .IP "26" 4 -St. Philip Neri +\fBSt. Philip Neri\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Wis 7:7-14.\s+2 +\s7Epistle Wis 7:7-14.\s9 .br -\s-2Gospel Luke 12:35-40\s+2 +\s7Gospel Luke 12:35-40\s9 .br -\s-2Commemoration S. Eleutherius\s+2 - +\s7Commemoration S. Eleutherius\s9 +.sp 0.25v .IP "27" 4 -Corpus Christi +\fBCorpus Christi\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle 1 Cor 11:23-29\s+2 +\s7Epistle 1 Cor 11:23-29\s9 .br -\s-2Gospel John 6:56-59\s+2 - +\s7Gospel John 6:56-59\s9 +.sp 0.25v .IP "28" 4 -St. Augustine of Canterbury +\fBSt. Augustine of Canterbury\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Thess 2:2-9\s+2 +\s7Epistle 1 Thess 2:2-9\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - +\s7Gospel Luke 10:1-9\s9 +.sp 0.25v .IP "29" 4 -St. Mary Magdalene de Pazzi +\fBSt. Mary Magdalene de Pazzi\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - - +\s7Gospel Matt 25:1-13.\s9 +.ne 7v .LP -\fBWeek VI (May 30\(en31)\fR - +\s(11\fBWeek VI (May 30\(en31)\fR\s9 +.sp 0.25v .IP "30" 4 -2nd Sunday after Pentecost +\fB2nd Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 John 3:13-18.\s+2 +\s7Epistle 1 John 3:13-18.\s9 .br -\s-2Gospel Luke 14:16-24.\s+2 - +\s7Gospel Luke 14:16-24.\s9 +.sp 0.25v .IP "31" 4 -Queenship of the Blessed Virgin Mary +\fBQueenship of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Eccli 24:5; 14:7; 14:9-11; 24:30-31\s+2 +\s7Epistle Eccli 24:5; 14:7; 14:9-11; 24:30-31\s9 .br -\s-2Gospel Luke 1:26-33\s+2 +\s7Gospel Luke 1:26-33\s9 .br -\s-2Commemoration St. Petronilla\s+2 - - - +\s7Commemoration St. Petronilla\s9 .SH June - +.ne 7v .LP -\fBWeek I (Jun 1\(en5)\fR - +\s(11\fBWeek I (Jun 1\(en5)\fR\s9 +.sp 0.25v .IP "1" 4 -St. Angela Merici +\fBSt. Angela Merici\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "2" 4 -Wednesday of the 2nd Week of the Time after Pentecost +\fBWednesday of the 2nd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 John 3:13-18.\s+2 +\s7Epistle 1 John 3:13-18.\s9 .br -\s-2Gospel Luke 14:16-24.\s+2 +\s7Gospel Luke 14:16-24.\s9 .br -\s-2Commemoration Sts. Marcellinus, Peter, & Erasmus\s+2 - +\s7Commemoration Sts. Marcellinus, Peter, & Erasmus\s9 +.sp 0.25v .IP "3" 4 -Thursday of the 2nd Week of the Time after Pentecost +\fBThursday of the 2nd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 John 3:13-18.\s+2 +\s7Epistle 1 John 3:13-18.\s9 .br -\s-2Gospel Luke 14:16-24.\s+2 - +\s7Gospel Luke 14:16-24.\s9 +.sp 0.25v .IP "4" 4 -The Sacred Heart of Jesus +\fBThe Sacred Heart of Jesus\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Eph 3:8-12, 14-19\s+2 +\s7Epistle Eph 3:8-12, 14-19\s9 .br -\s-2Gospel John 19:31-37\s+2 - +\s7Gospel John 19:31-37\s9 +.sp 0.25v .IP "5" 4 -St. Boniface +\fBSt. Boniface\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Ecclus 44:1-15\s+2 +\s7Epistle Ecclus 44:1-15\s9 .br -\s-2Gospel Matt 5:1-12\s+2 - - +\s7Gospel Matt 5:1-12\s9 +.ne 7v .LP -\fBWeek II (Jun 6\(en12)\fR - +\s(11\fBWeek II (Jun 6\(en12)\fR\s9 +.sp 0.25v .IP "6" 4 -3rd Sunday after Pentecost +\fB3rd Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Pet. 5:6-11\s+2 +\s7Epistle 1 Pet. 5:6-11\s9 .br -\s-2Gospel Luke 15:1-10\s+2 - +\s7Gospel Luke 15:1-10\s9 +.sp 0.25v .IP "7" 4 -Monday of the 3rd Week of the Time after Pentecost +\fBMonday of the 3rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Pet. 5:6-11\s+2 +\s7Epistle 1 Pet. 5:6-11\s9 .br -\s-2Gospel Luke 15:1-10\s+2 - +\s7Gospel Luke 15:1-10\s9 +.sp 0.25v .IP "8" 4 -Tuesday of the 3rd Week of the Time after Pentecost +\fBTuesday of the 3rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Pet. 5:6-11\s+2 +\s7Epistle 1 Pet. 5:6-11\s9 .br -\s-2Gospel Luke 15:1-10\s+2 - +\s7Gospel Luke 15:1-10\s9 +.sp 0.25v .IP "9" 4 -Wednesday of the 3rd Week of the Time after Pentecost +\fBWednesday of the 3rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Pet. 5:6-11\s+2 +\s7Epistle 1 Pet. 5:6-11\s9 .br -\s-2Gospel Luke 15:1-10\s+2 +\s7Gospel Luke 15:1-10\s9 .br -\s-2Commemoration Sts. Primus & Felicianus\s+2 - +\s7Commemoration Sts. Primus & Felicianus\s9 +.sp 0.25v .IP "10" 4 -St. Margaret of Scotland +\fBSt. Margaret of Scotland\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 - +\s7Gospel Matt 13:44-52.\s9 +.sp 0.25v .IP "11" 4 -St. Barnabas +\fBSt. Barnabas\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Acts 11:21-26; 13:1-3\s+2 +\s7Epistle Acts 11:21-26; 13:1-3\s9 .br -\s-2Gospel Matt 10:16-22\s+2 - +\s7Gospel Matt 10:16-22\s9 +.sp 0.25v .IP "12" 4 -St. John of San Fecundo +\fBSt. John of San Fecundo\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 +\s7Gospel Luke 12:35-40\s9 .br -\s-2Commemoration St. Basilidus\s+2 - - +\s7Commemoration St. Basilidus\s9 +.ne 7v .LP -\fBWeek III (Jun 13\(en19)\fR - +\s(11\fBWeek III (Jun 13\(en19)\fR\s9 +.sp 0.25v .IP "13" 4 -4th Sunday after Pentecost +\fB4th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Rom 8:18-23\s+2 +\s7Epistle Rom 8:18-23\s9 .br -\s-2Gospel Luke 5:1-11\s+2 - +\s7Gospel Luke 5:1-11\s9 +.sp 0.25v .IP "14" 4 -St. Basil the Great +\fBSt. Basil the Great\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Luke 14:26-35\s+2 - +\s7Gospel Luke 14:26-35\s9 +.sp 0.25v .IP "15" 4 -Tuesday of the 4th Week of the Time after Pentecost +\fBTuesday of the 4th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 8:18-23\s+2 +\s7Epistle Rom 8:18-23\s9 .br -\s-2Gospel Luke 5:1-11\s+2 +\s7Gospel Luke 5:1-11\s9 .br -\s-2Commemoration St. Vitus\s+2 - +\s7Commemoration St. Vitus\s9 +.sp 0.25v .IP "16" 4 -Wednesday of the 4th Week of the Time after Pentecost +\fBWednesday of the 4th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 8:18-23\s+2 +\s7Epistle Rom 8:18-23\s9 .br -\s-2Gospel Luke 5:1-11\s+2 - +\s7Gospel Luke 5:1-11\s9 +.sp 0.25v .IP "17" 4 -St. Gregory Barbarigo +\fBSt. Gregory Barbarigo\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Matt 25:14-23\s+2 - +\s7Gospel Matt 25:14-23\s9 +.sp 0.25v .IP "18" 4 -St. Ephrem of Syria +\fBSt. Ephrem of Syria\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration Ss. Marcus and Marcellianus\s+2 - +\s7Commemoration Ss. Marcus and Marcellianus\s9 +.sp 0.25v .IP "19" 4 -St. Julia of Falconieri +\fBSt. Julia of Falconieri\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 +\s7Gospel Matt 25:1-13.\s9 .br -\s-2Commemoration Sts. Gervasius and Protasius\s+2 - - +\s7Commemoration Sts. Gervasius and Protasius\s9 +.ne 7v .LP -\fBWeek IV (Jun 20\(en26)\fR - +\s(11\fBWeek IV (Jun 20\(en26)\fR\s9 +.sp 0.25v .IP "20" 4 -5th Sunday after Pentecost +\fB5th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Pet 3:8-15.\s+2 +\s7Epistle 1 Pet 3:8-15.\s9 .br -\s-2Gospel Matt 5:20-24.\s+2 - +\s7Gospel Matt 5:20-24.\s9 +.sp 0.25v .IP "21" 4 -St. Aloysius Gongzaga +\fBSt. Aloysius Gongzaga\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Matt 22:29-40\s+2 - +\s7Gospel Matt 22:29-40\s9 +.sp 0.25v .IP "22" 4 -St. Paulinus of Nola +\fBSt. Paulinus of Nola\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor. 8:9-15\s+2 +\s7Epistle 2 Cor. 8:9-15\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - +\s7Gospel Luke 12:32-34\s9 +.sp 0.25v .IP "23" 4 -Vigil of the Nativity of St. John the Baptist +\fBVigil of the Nativity of St. John the Baptist\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Jer 1:4-10\s+2 +\s7Epistle Jer 1:4-10\s9 .br -\s-2Gospel Luke 1:5-17\s+2 - +\s7Gospel Luke 1:5-17\s9 +.sp 0.25v .IP "24" 4 -Nativity of St. John the Baptist +\fBNativity of St. John the Baptist\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Isa 49:1-3, 5-7.\s+2 +\s7Epistle Isa 49:1-3, 5-7.\s9 .br -\s-2Gospel Luke 1:57-68\s+2 - +\s7Gospel Luke 1:57-68\s9 +.sp 0.25v .IP "25" 4 -St. William +\fBSt. William\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Ecclus 45:1-6\s+2 +\s7Epistle Ecclus 45:1-6\s9 .br -\s-2Gospel Matt 19:27-29.\s+2 - +\s7Gospel Matt 19:27-29.\s9 +.sp 0.25v .IP "26" 4 -Sts. John & Paul +\fBSts. John & Paul\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Eccli 44:10-15\s+2 +\s7Epistle Eccli 44:10-15\s9 .br -\s-2Gospel Luke 12:1-8\s+2 - - +\s7Gospel Luke 12:1-8\s9 +.ne 7v .LP -\fBWeek V (Jun 27\(en30)\fR - +\s(11\fBWeek V (Jun 27\(en30)\fR\s9 +.sp 0.25v .IP "27" 4 -6th Sunday after Pentecost +\fB6th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Rom 6:3-11.\s+2 +\s7Epistle Rom 6:3-11.\s9 .br -\s-2Gospel Mark 8:1-9\s+2 - +\s7Gospel Mark 8:1-9\s9 +.sp 0.25v .IP "28" 4 -Vigil of Sts. Peter & Paul +\fBVigil of Sts. Peter & Paul\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Acts 3:1-10\s+2 +\s7Epistle Acts 3:1-10\s9 .br -\s-2Gospel John 21:15-19\s+2 - +\s7Gospel John 21:15-19\s9 +.sp 0.25v .IP "29" 4 -Sts. Peter & Paul +\fBSts. Peter & Paul\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Acts 12:1-11\s+2 +\s7Epistle Acts 12:1-11\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - +\s7Gospel Matt 16:13-19\s9 +.sp 0.25v .IP "30" 4 -In Commemoratione Sancti Pauli Apostoli +\fBIn Commemoratione Sancti Pauli Apostoli\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Gal 1:11-20\s+2 +\s7Epistle Gal 1:11-20\s9 .br -\s-2Gospel Matt 10:16-22\s+2 +\s7Gospel Matt 10:16-22\s9 .br -\s-2Commemoration St. Peter\s+2 - - - +\s7Commemoration St. Peter\s9 .SH July - +.ne 7v .LP -\fBWeek I (Jul 1\(en3)\fR - +\s(11\fBWeek I (Jul 1\(en3)\fR\s9 +.sp 0.25v .IP "1" 4 -The Precious Blood of Our Lord Jesus Christ +\fBThe Precious Blood of Our Lord Jesus Christ\fR .br -\s-2class-1 \(bu red\s+2 +\s71st Class \(bu Red\s9 .br -\s-2Epistle Heb 9:11-15.\s+2 +\s7Epistle Heb 9:11-15.\s9 .br -\s-2Gospel John 19:30-35\s+2 - +\s7Gospel John 19:30-35\s9 +.sp 0.25v .IP "2" 4 -Visitation of the Blessed Virgin Mary +\fBVisitation of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Song 2:8-14\s+2 +\s7Epistle Song 2:8-14\s9 .br -\s-2Gospel Luke 1:39-47\s+2 +\s7Gospel Luke 1:39-47\s9 .br -\s-2Commemoration SS. Processus and Martinian\s+2 - +\s7Commemoration SS. Processus and Martinian\s9 +.sp 0.25v .IP "3" 4 -St. Irenaeus +\fBSt. Irenaeus\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 2 Tim. 3:14-17; 4:1-5\s+2 +\s7Epistle 2 Tim. 3:14-17; 4:1-5\s9 .br -\s-2Gospel Matt 10:28-33\s+2 - - +\s7Gospel Matt 10:28-33\s9 +.ne 7v .LP -\fBWeek II (Jul 4\(en10)\fR - +\s(11\fBWeek II (Jul 4\(en10)\fR\s9 +.sp 0.25v .IP "4" 4 -7th Sunday after Pentecost +\fB7th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Rom 6:19-23\s+2 +\s7Epistle Rom 6:19-23\s9 .br -\s-2Gospel Matt 7:15-21\s+2 - +\s7Gospel Matt 7:15-21\s9 +.sp 0.25v .IP "5" 4 -St. Anthony Mary Zaccariah +\fBSt. Anthony Mary Zaccariah\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Tim. 4:8-16\s+2 +\s7Epistle 1 Tim. 4:8-16\s9 .br -\s-2Gospel Mark 10:15-21\s+2 - +\s7Gospel Mark 10:15-21\s9 +.sp 0.25v .IP "6" 4 -Tuesday of the 7th Week of the Time after Pentecost +\fBTuesday of the 7th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 6:19-23\s+2 +\s7Epistle Rom 6:19-23\s9 .br -\s-2Gospel Matt 7:15-21\s+2 - +\s7Gospel Matt 7:15-21\s9 +.sp 0.25v .IP "7" 4 -Sts. Cyril & Methodius +\fBSts. Cyril & Methodius\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Heb 7:23-27\s+2 +\s7Epistle Heb 7:23-27\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - +\s7Gospel Luke 10:1-9\s9 +.sp 0.25v .IP "8" 4 -St. Elizabeth of Portugal +\fBSt. Elizabeth of Portugal\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 - +\s7Gospel Matt 13:44-52.\s9 +.sp 0.25v .IP "9" 4 -Friday of the 7th Week of the Time after Pentecost +\fBFriday of the 7th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 6:19-23\s+2 +\s7Epistle Rom 6:19-23\s9 .br -\s-2Gospel Matt 7:15-21\s+2 - +\s7Gospel Matt 7:15-21\s9 +.sp 0.25v .IP "10" 4 -Seven Holy Brothers and Sts. Rufina & Secunda +\fBSeven Holy Brothers and Sts. Rufina & Secunda\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 12:46-50\s+2 - - +\s7Gospel Matt 12:46-50\s9 +.ne 7v .LP -\fBWeek III (Jul 11\(en17)\fR - +\s(11\fBWeek III (Jul 11\(en17)\fR\s9 +.sp 0.25v .IP "11" 4 -8th Sunday after Pentecost +\fB8th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Rom 8:12-17\s+2 +\s7Epistle Rom 8:12-17\s9 .br -\s-2Gospel Luke 16:1-9\s+2 - +\s7Gospel Luke 16:1-9\s9 +.sp 0.25v .IP "12" 4 -St. John Gualbert +\fBSt. John Gualbert\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Ecclus 45:1-6\s+2 +\s7Epistle Ecclus 45:1-6\s9 .br -\s-2Gospel Matt 5:43-48\s+2 +\s7Gospel Matt 5:43-48\s9 .br -\s-2Commemoration Ss. Naboris et Felicis\s+2 - +\s7Commemoration Ss. Naboris et Felicis\s9 +.sp 0.25v .IP "13" 4 -Tuesday of the 8th Week of the Time after Pentecost +\fBTuesday of the 8th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 8:12-17\s+2 +\s7Epistle Rom 8:12-17\s9 .br -\s-2Gospel Luke 16:1-9\s+2 - +\s7Gospel Luke 16:1-9\s9 +.sp 0.25v .IP "14" 4 -St. Bonaventure +\fBSt. Bonaventure\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "15" 4 -St. Henry the Emperor +\fBSt. Henry the Emperor\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "16" 4 -Friday of the 8th Week of the Time after Pentecost +\fBFriday of the 8th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Rom 8:12-17\s+2 +\s7Epistle Rom 8:12-17\s9 .br -\s-2Gospel Luke 16:1-9\s+2 +\s7Gospel Luke 16:1-9\s9 .br -\s-2Commemoration Our Lady of Mt. Carmel\s+2 - +\s7Commemoration Our Lady of Mt. Carmel\s9 +.sp 0.25v .IP "17" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 +\s7Gospel Luke 11:27-28\s9 .br -\s-2Commemoration St. Alexis\s+2 - - +\s7Commemoration St. Alexis\s9 +.ne 7v .LP -\fBWeek IV (Jul 18\(en24)\fR - +\s(11\fBWeek IV (Jul 18\(en24)\fR\s9 +.sp 0.25v .IP "18" 4 -9th Sunday after Pentecost +\fB9th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 10:6-13\s+2 +\s7Epistle 1 Cor. 10:6-13\s9 .br -\s-2Gospel Luke 19:41-47\s+2 - +\s7Gospel Luke 19:41-47\s9 +.sp 0.25v .IP "19" 4 -St. Vincent de Paul +\fBSt. Vincent de Paul\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor. 4:9-14\s+2 +\s7Epistle 1 Cor. 4:9-14\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - +\s7Gospel Luke 10:1-9\s9 +.sp 0.25v .IP "20" 4 -St. Jerome Emiliani +\fBSt. Jerome Emiliani\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Isa 58:7-11\s+2 +\s7Epistle Isa 58:7-11\s9 .br -\s-2Gospel Matt 19:13-21\s+2 +\s7Gospel Matt 19:13-21\s9 .br -\s-2Commemoration St. Margaret\s+2 - +\s7Commemoration St. Margaret\s9 +.sp 0.25v .IP "21" 4 -St. Laurence of Brindisi +\fBSt. Laurence of Brindisi\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration St. Praxedis Virginis\s+2 - +\s7Commemoration St. Praxedis Virginis\s9 +.sp 0.25v .IP "22" 4 -St. Mary Magdalene +\fBSt. Mary Magdalene\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Song 3:2-5; 8:6-7\s+2 +\s7Epistle Song 3:2-5; 8:6-7\s9 .br -\s-2Gospel Luke 7:36-50\s+2 - +\s7Gospel Luke 7:36-50\s9 +.sp 0.25v .IP "23" 4 -St. Apollinaris +\fBSt. Apollinaris\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet. 5:1-11\s+2 +\s7Epistle 1 Pet. 5:1-11\s9 .br -\s-2Gospel Luke 22:24-30\s+2 +\s7Gospel Luke 22:24-30\s9 .br -\s-2Commemoration S. Liborii\s+2 - +\s7Commemoration S. Liborii\s9 +.sp 0.25v .IP "24" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 +\s7Gospel Luke 11:27-28\s9 .br -\s-2Commemoration St. Christina\s+2 - - +\s7Commemoration St. Christina\s9 +.ne 7v .LP -\fBWeek V (Jul 25\(en31)\fR - +\s(11\fBWeek V (Jul 25\(en31)\fR\s9 +.sp 0.25v .IP "25" 4 -10th Sunday after Pentecost +\fB10th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 12:2-11\s+2 +\s7Epistle 1 Cor. 12:2-11\s9 .br -\s-2Gospel Luke 18:9-14\s+2 +\s7Gospel Luke 18:9-14\s9 .br -\s-2Commemoration St. James the Greater\s+2 - +\s7Commemoration St. James the Greater\s9 +.sp 0.25v .IP "26" 4 -St. Anne, Mother of the Blessed Virgin +\fBSt. Anne, Mother of the Blessed Virgin\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 - +\s7Gospel Matt 13:44-52.\s9 +.sp 0.25v .IP "27" 4 -Tuesday of the 10th Week of the Time after Pentecost +\fBTuesday of the 10th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 12:2-11\s+2 +\s7Epistle 1 Cor. 12:2-11\s9 .br -\s-2Gospel Luke 18:9-14\s+2 +\s7Gospel Luke 18:9-14\s9 .br -\s-2Commemoration St. Pantaleon\s+2 - +\s7Commemoration St. Pantaleon\s9 +.sp 0.25v .IP "28" 4 -Sts. Nazarius & Celsus, St. Victor I & St. Innocent I +\fBSts. Nazarius & Celsus, St. Victor I & St. Innocent I\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 10:17-20\s+2 +\s7Epistle Wis 10:17-20\s9 .br -\s-2Gospel Luke 21:9-19\s+2 - +\s7Gospel Luke 21:9-19\s9 +.sp 0.25v .IP "29" 4 -St. Martha +\fBSt. Martha\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Luke 10:38-42\s+2 +\s7Gospel Luke 10:38-42\s9 .br -\s-2Commemoration Ss. Felicis, Simplicii, Faustini et Beatricis\s+2 - +\s7Commemoration Ss. Felicis, Simplicii, Faustini et Beatricis\s9 +.sp 0.25v .IP "30" 4 -Friday of the 10th Week of the Time after Pentecost +\fBFriday of the 10th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 12:2-11\s+2 +\s7Epistle 1 Cor. 12:2-11\s9 .br -\s-2Gospel Luke 18:9-14\s+2 +\s7Gospel Luke 18:9-14\s9 .br -\s-2Commemoration Sts. Abdon & Sennen\s+2 - +\s7Commemoration Sts. Abdon & Sennen\s9 +.sp 0.25v .IP "31" 4 -St. Ignatius Loyola +\fBSt. Ignatius Loyola\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim. 2:8-10; 3:10-12.\s+2 +\s7Epistle 2 Tim. 2:8-10; 3:10-12.\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - - - +\s7Gospel Luke 10:1-9\s9 .SH August - +.ne 7v .LP -\fBWeek I (Aug 1\(en7)\fR - +\s(11\fBWeek I (Aug 1\(en7)\fR\s9 +.sp 0.25v .IP "1" 4 -11th Sunday after Pentecost +\fB11th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 15:1-10\s+2 +\s7Epistle 1 Cor. 15:1-10\s9 .br -\s-2Gospel Mark 7:31-37\s+2 - +\s7Gospel Mark 7:31-37\s9 +.sp 0.25v .IP "2" 4 -St. Alphonsus Liguori +\fBSt. Alphonsus Liguori\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim. 2:1-7\s+2 +\s7Epistle 2 Tim. 2:1-7\s9 .br -\s-2Gospel Luke 10:1-9\s+2 +\s7Gospel Luke 10:1-9\s9 .br -\s-2Commemoration St. Stephen I, Pope and Martyr\s+2 - +\s7Commemoration St. Stephen I, Pope and Martyr\s9 +.sp 0.25v .IP "3" 4 -Tuesday of the 11th Week of the Time after Pentecost +\fBTuesday of the 11th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 15:1-10\s+2 +\s7Epistle 1 Cor. 15:1-10\s9 .br -\s-2Gospel Mark 7:31-37\s+2 - +\s7Gospel Mark 7:31-37\s9 +.sp 0.25v .IP "4" 4 -St. Dominic +\fBSt. Dominic\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim. 4:1-8\s+2 +\s7Epistle 2 Tim. 4:1-8\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "5" 4 -Dedication of the Basilica of St. Mary Major +\fBDedication of the Basilica of St. Mary Major\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 - +\s7Gospel Luke 11:27-28\s9 +.sp 0.25v .IP "6" 4 -Transfiguration of Our Lord +\fBTransfiguration of Our Lord\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle 2 Pet. 1:16-19\s+2 +\s7Epistle 2 Pet. 1:16-19\s9 .br -\s-2Gospel Matt 17:1-9\s+2 +\s7Gospel Matt 17:1-9\s9 .br -\s-2Commemoration Pope Sixtus II, Felicissimus and Agapitus, Martyrs\s+2 - +\s7Commemoration Pope Sixtus II, Felicissimus and Agapitus, Martyrs\s9 +.sp 0.25v .IP "7" 4 -St. Cajetan +\fBSt. Cajetan\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Matt 6:24-33\s+2 +\s7Gospel Matt 6:24-33\s9 .br -\s-2Commemoration St. Donatus\s+2 - - +\s7Commemoration St. Donatus\s9 +.ne 7v .LP -\fBWeek II (Aug 8\(en14)\fR - +\s(11\fBWeek II (Aug 8\(en14)\fR\s9 +.sp 0.25v .IP "8" 4 -12th Sunday after Pentecost +\fB12th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 2 Cor. 3:4-9\s+2 +\s7Epistle 2 Cor. 3:4-9\s9 .br -\s-2Gospel Luke 10:23-37\s+2 - +\s7Gospel Luke 10:23-37\s9 +.sp 0.25v .IP "9" 4 -Vigil of St. Lawrence +\fBVigil of St. Lawrence\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Ecclus 51:1-8, 12\s+2 +\s7Epistle Ecclus 51:1-8, 12\s9 .br -\s-2Gospel Matt 16:24-27\s+2 +\s7Gospel Matt 16:24-27\s9 .br -\s-2Commemoration St. Romanus\s+2 - +\s7Commemoration St. Romanus\s9 +.sp 0.25v .IP "10" 4 -St. Lawrence +\fBSt. Lawrence\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle 2 Cor. 9:6-10\s+2 +\s7Epistle 2 Cor. 9:6-10\s9 .br -\s-2Gospel John 12:24-26\s+2 - +\s7Gospel John 12:24-26\s9 +.sp 0.25v .IP "11" 4 -Wednesday of the 12th Week of the Time after Pentecost +\fBWednesday of the 12th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 2 Cor. 3:4-9\s+2 +\s7Epistle 2 Cor. 3:4-9\s9 .br -\s-2Gospel Luke 10:23-37\s+2 +\s7Gospel Luke 10:23-37\s9 .br -\s-2Commemoration Sts. Tiburtius & Susanna\s+2 - +\s7Commemoration Sts. Tiburtius & Susanna\s9 +.sp 0.25v .IP "12" 4 -St. Clare +\fBSt. Clare\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "13" 4 -Friday of the 12th Week of the Time after Pentecost +\fBFriday of the 12th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 2 Cor. 3:4-9\s+2 +\s7Epistle 2 Cor. 3:4-9\s9 .br -\s-2Gospel Luke 10:23-37\s+2 +\s7Gospel Luke 10:23-37\s9 .br -\s-2Commemoration Sts. Hippolytus & Cassian\s+2 - +\s7Commemoration Sts. Hippolytus & Cassian\s9 +.sp 0.25v .IP "14" 4 -Vigil of the Assumption +\fBVigil of the Assumption\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Sir 24:23-31\s+2 +\s7Epistle Sir 24:23-31\s9 .br -\s-2Gospel Luke 11:27-28\s+2 +\s7Gospel Luke 11:27-28\s9 .br -\s-2Commemoration St. Eusebius\s+2 - - +\s7Commemoration St. Eusebius\s9 +.ne 7v .LP -\fBWeek III (Aug 15\(en21)\fR - +\s(11\fBWeek III (Aug 15\(en21)\fR\s9 +.sp 0.25v .IP "15" 4 -Assumption of the Blessed Virgin Mary +\fBAssumption of the Blessed Virgin Mary\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Judith 13:22-25; 15:10\s+2 +\s7Epistle Judith 13:22-25; 15:10\s9 .br -\s-2Gospel Luke 1:41-50\s+2 +\s7Gospel Luke 1:41-50\s9 .br -\s-2Commemoration 13th Sunday after Pentecost\s+2 - +\s7Commemoration 13th Sunday after Pentecost\s9 +.sp 0.25v .IP "16" 4 -St. Joachim, Father of the Blessed Virgin +\fBSt. Joachim, Father of the Blessed Virgin\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Matt 1:1-16\s+2 - +\s7Gospel Matt 1:1-16\s9 +.sp 0.25v .IP "17" 4 -St. Hyacinth +\fBSt. Hyacinth\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "18" 4 -Wednesday of the 13th Week of the Time after Pentecost +\fBWednesday of the 13th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Gal 3:16-22\s+2 +\s7Epistle Gal 3:16-22\s9 .br -\s-2Gospel Luke 17:11-19\s+2 +\s7Gospel Luke 17:11-19\s9 .br -\s-2Commemoration St. Agapitus\s+2 - +\s7Commemoration St. Agapitus\s9 +.sp 0.25v .IP "19" 4 -St. John Eudes +\fBSt. John Eudes\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "20" 4 -St. Bernard of Clairvaux +\fBSt. Bernard of Clairvaux\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Ecclus 39:6-14\s+2 +\s7Epistle Ecclus 39:6-14\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "21" 4 -St. Jane Frances de Chantal +\fBSt. Jane Frances de Chantal\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 - - +\s7Gospel Matt 13:44-52.\s9 +.ne 7v .LP -\fBWeek IV (Aug 22\(en28)\fR - +\s(11\fBWeek IV (Aug 22\(en28)\fR\s9 +.sp 0.25v .IP "22" 4 -14th Sunday after Pentecost +\fB14th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Gal 5:16-24\s+2 +\s7Epistle Gal 5:16-24\s9 .br -\s-2Gospel Matt 6:24-33\s+2 +\s7Gospel Matt 6:24-33\s9 .br -\s-2Commemoration Immaculate Heart of Mary\s+2 - +\s7Commemoration Immaculate Heart of Mary\s9 +.sp 0.25v .IP "23" 4 -St. Philip Benizi +\fBSt. Philip Benizi\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor. 4:9-14\s+2 +\s7Epistle 1 Cor. 4:9-14\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - +\s7Gospel Luke 12:32-34\s9 +.sp 0.25v .IP "24" 4 -St. Bartholomew +\fBSt. Bartholomew\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle 1 Cor. 12:27-31\s+2 +\s7Epistle 1 Cor. 12:27-31\s9 .br -\s-2Gospel Luke 6:12-19\s+2 - +\s7Gospel Luke 6:12-19\s9 +.sp 0.25v .IP "25" 4 -St. Louis IX +\fBSt. Louis IX\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Wis 10:10-14\s+2 +\s7Epistle Wis 10:10-14\s9 .br -\s-2Gospel Luke 19:12-26\s+2 - +\s7Gospel Luke 19:12-26\s9 +.sp 0.25v .IP "26" 4 -Thursday of the 14th Week of the Time after Pentecost +\fBThursday of the 14th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Gal 5:16-24\s+2 +\s7Epistle Gal 5:16-24\s9 .br -\s-2Gospel Matt 6:24-33\s+2 +\s7Gospel Matt 6:24-33\s9 .br -\s-2Commemoration St. Zephyrinus\s+2 - +\s7Commemoration St. Zephyrinus\s9 +.sp 0.25v .IP "27" 4 -St. Joseph Calasance +\fBSt. Joseph Calasance\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Wis 10:10-14\s+2 +\s7Epistle Wis 10:10-14\s9 .br -\s-2Gospel Matt 18:1-5\s+2 - +\s7Gospel Matt 18:1-5\s9 +.sp 0.25v .IP "28" 4 -St. Augustine +\fBSt. Augustine\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration St. Hermes\s+2 - - +\s7Commemoration St. Hermes\s9 +.ne 7v .LP -\fBWeek V (Aug 29\(en31)\fR - +\s(11\fBWeek V (Aug 29\(en31)\fR\s9 +.sp 0.25v .IP "29" 4 -15th Sunday after Pentecost +\fB15th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Gal 5:25-26; 6:1-10\s+2 +\s7Epistle Gal 5:25-26; 6:1-10\s9 .br -\s-2Gospel Luke 7:11-16\s+2 - +\s7Gospel Luke 7:11-16\s9 +.sp 0.25v .IP "30" 4 -St. Rose of Lima +\fBSt. Rose of Lima\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 +\s7Gospel Matt 25:1-13.\s9 .br -\s-2Commemoration Sts. Felix and Adauctus\s+2 - +\s7Commemoration Sts. Felix and Adauctus\s9 +.sp 0.25v .IP "31" 4 -St. Raymond Nonnatus +\fBSt. Raymond Nonnatus\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - - - +\s7Gospel Luke 12:35-40\s9 .SH September - +.ne 7v .LP -\fBWeek I (Sep 1\(en4)\fR - +\s(11\fBWeek I (Sep 1\(en4)\fR\s9 +.sp 0.25v .IP "1" 4 -Wednesday of the 15th Week of the Time after Pentecost +\fBWednesday of the 15th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Gal 5:25-26; 6:1-10\s+2 +\s7Epistle Gal 5:25-26; 6:1-10\s9 .br -\s-2Gospel Luke 7:11-16\s+2 +\s7Gospel Luke 7:11-16\s9 .br -\s-2Commemoration St. Giles\s+2 +\s7Commemoration St. Giles\s9 .br -\s-2Commemoration Twelve Holy Brothers, Martyrs\s+2 - +\s7Commemoration Twelve Holy Brothers, Martyrs\s9 +.sp 0.25v .IP "2" 4 -St. Stephen of Hungary +\fBSt. Stephen of Hungary\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 19:12-26\s+2 - +\s7Gospel Luke 19:12-26\s9 +.sp 0.25v .IP "3" 4 -St. Pius X +\fBSt. Pius X\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Thess. 2:2-8\s+2 +\s7Epistle 1 Thess. 2:2-8\s9 .br -\s-2Gospel John 21:15-17\s+2 - +\s7Gospel John 21:15-17\s9 +.sp 0.25v .IP "4" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 - - +\s7Gospel Luke 11:27-28\s9 +.ne 7v .LP -\fBWeek II (Sep 5\(en11)\fR - +\s(11\fBWeek II (Sep 5\(en11)\fR\s9 +.sp 0.25v .IP "5" 4 -16th Sunday after Pentecost +\fB16th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Eph 3:13-21\s+2 +\s7Epistle Eph 3:13-21\s9 .br -\s-2Gospel Luke 14:1-11\s+2 - +\s7Gospel Luke 14:1-11\s9 +.sp 0.25v .IP "6" 4 -Monday of the 16th Week of the Time after Pentecost +\fBMonday of the 16th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 3:13-21\s+2 +\s7Epistle Eph 3:13-21\s9 .br -\s-2Gospel Luke 14:1-11\s+2 - +\s7Gospel Luke 14:1-11\s9 +.sp 0.25v .IP "7" 4 -Tuesday of the 16th Week of the Time after Pentecost +\fBTuesday of the 16th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 3:13-21\s+2 +\s7Epistle Eph 3:13-21\s9 .br -\s-2Gospel Luke 14:1-11\s+2 - +\s7Gospel Luke 14:1-11\s9 +.sp 0.25v .IP "8" 4 -Nativity of the Blessed Virgin Mary +\fBNativity of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Prov 8:22-35\s+2 +\s7Epistle Prov 8:22-35\s9 .br -\s-2Gospel Matt 1:1-16\s+2 +\s7Gospel Matt 1:1-16\s9 .br -\s-2Commemoration S. Hadriani\s+2 - +\s7Commemoration S. Hadriani\s9 +.sp 0.25v .IP "9" 4 -Thursday of the 16th Week of the Time after Pentecost +\fBThursday of the 16th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 3:13-21\s+2 +\s7Epistle Eph 3:13-21\s9 .br -\s-2Gospel Luke 14:1-11\s+2 +\s7Gospel Luke 14:1-11\s9 .br -\s-2Commemoration St. Gorgonius\s+2 - +\s7Commemoration St. Gorgonius\s9 +.sp 0.25v .IP "10" 4 -St. Nicholas of Tolentino +\fBSt. Nicholas of Tolentino\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor. 4:9-14\s+2 +\s7Epistle 1 Cor. 4:9-14\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - +\s7Gospel Luke 12:32-34\s9 +.sp 0.25v .IP "11" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 +\s7Gospel Luke 11:27-28\s9 .br -\s-2Commemoration Sts. Protus & Hyacinth\s+2 - - +\s7Commemoration Sts. Protus & Hyacinth\s9 +.ne 7v .LP -\fBWeek III (Sep 12\(en18)\fR - +\s(11\fBWeek III (Sep 12\(en18)\fR\s9 +.sp 0.25v .IP "12" 4 -17th Sunday after Pentecost +\fB17th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Eph 4:1-6\s+2 +\s7Epistle Eph 4:1-6\s9 .br -\s-2Gospel Matt 22:34-46\s+2 - +\s7Gospel Matt 22:34-46\s9 +.sp 0.25v .IP "13" 4 -Monday of the 17th Week of the Time after Pentecost +\fBMonday of the 17th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 4:1-6\s+2 +\s7Epistle Eph 4:1-6\s9 .br -\s-2Gospel Matt 22:34-46\s+2 - +\s7Gospel Matt 22:34-46\s9 +.sp 0.25v .IP "14" 4 -Exaltation of the Holy Cross +\fBExaltation of the Holy Cross\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Phil 2:5-11\s+2 +\s7Epistle Phil 2:5-11\s9 .br -\s-2Gospel John 12:31-36\s+2 - +\s7Gospel John 12:31-36\s9 +.sp 0.25v .IP "15" 4 -Seven Sorrows of the Blessed Virgin Mary +\fBSeven Sorrows of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Judith 13:22; 13:23-25\s+2 +\s7Epistle Judith 13:22; 13:23-25\s9 .br -\s-2Gospel John 19:25-27\s+2 +\s7Gospel John 19:25-27\s9 .br -\s-2Commemoration S. Nicomedes\s+2 - +\s7Commemoration S. Nicomedes\s9 +.sp 0.25v .IP "16" 4 -Sts. Cornelius & Cyprian +\fBSts. Cornelius & Cyprian\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 3:1-8\s+2 +\s7Epistle Wis 3:1-8\s9 .br -\s-2Gospel Luke 21:9-19\s+2 +\s7Gospel Luke 21:9-19\s9 .br -\s-2Commemoration Sts. Euphemia, Lucy and Geminianus\s+2 - +\s7Commemoration Sts. Euphemia, Lucy and Geminianus\s9 +.sp 0.25v .IP "17" 4 -Friday of the 17th Week of the Time after Pentecost +\fBFriday of the 17th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 4:1-6\s+2 +\s7Epistle Eph 4:1-6\s9 .br -\s-2Gospel Matt 22:34-46\s+2 +\s7Gospel Matt 22:34-46\s9 .br -\s-2Commemoration Stigmata of St. Francis\s+2 - +\s7Commemoration Stigmata of St. Francis\s9 +.sp 0.25v .IP "18" 4 -St. Joseph of Cupertino +\fBSt. Joseph of Cupertino\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor 13:1-8\s+2 +\s7Epistle 1 Cor 13:1-8\s9 .br -\s-2Gospel Matt 22:1-14\s+2 - - +\s7Gospel Matt 22:1-14\s9 +.ne 7v .LP -\fBWeek IV (Sep 19\(en25)\fR - +\s(11\fBWeek IV (Sep 19\(en25)\fR\s9 +.sp 0.25v .IP "19" 4 -18th Sunday after Pentecost +\fB18th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 1:4-8\s+2 +\s7Epistle 1 Cor. 1:4-8\s9 .br -\s-2Gospel Matt 9:1-8\s+2 - +\s7Gospel Matt 9:1-8\s9 +.sp 0.25v .IP "20" 4 -Monday of the 18th Week of the Time after Pentecost +\fBMonday of the 18th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle 1 Cor. 1:4-8\s+2 +\s7Epistle 1 Cor. 1:4-8\s9 .br -\s-2Gospel Matt 9:1-8\s+2 +\s7Gospel Matt 9:1-8\s9 .br -\s-2Commemoration Sts. Eustace & Companions\s+2 - +\s7Commemoration Sts. Eustace & Companions\s9 +.sp 0.25v .IP "21" 4 -St. Matthew +\fBSt. Matthew\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Ezek 1:10-14\s+2 +\s7Epistle Ezek 1:10-14\s9 .br -\s-2Gospel Matt 9:9-13\s+2 - +\s7Gospel Matt 9:9-13\s9 +.sp 0.25v .IP "22" 4 -September Ember Wednesday +\fBSeptember Ember Wednesday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 2 Esd. 8:1-10\s+2 +\s7Epistle 2 Esd. 8:1-10\s9 .br -\s-2Gospel Mark 9:16-28\s+2 +\s7Gospel Mark 9:16-28\s9 .br -\s-2Commemoration St. Thomas of Villanova\s+2 - +\s7Commemoration St. Thomas of Villanova\s9 +.sp 0.25v .IP "23" 4 -St. Linus +\fBSt. Linus\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 +\s7Gospel Matt 16:13-19\s9 .br -\s-2Commemoration St. Thecla\s+2 - +\s7Commemoration St. Thecla\s9 +.sp 0.25v .IP "24" 4 -September Ember Friday +\fBSeptember Ember Friday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Osee 14:2-10\s+2 +\s7Epistle Osee 14:2-10\s9 .br -\s-2Gospel Luke 7:36-50\s+2 +\s7Gospel Luke 7:36-50\s9 .br -\s-2Commemoration Our Lady of Ransom\s+2 - +\s7Commemoration Our Lady of Ransom\s9 +.sp 0.25v .IP "25" 4 -September Ember Saturday +\fBSeptember Ember Saturday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Heb 9:2-12\s+2 +\s7Epistle Heb 9:2-12\s9 .br -\s-2Gospel Luke 13:6-17\s+2 - - +\s7Gospel Luke 13:6-17\s9 +.ne 7v .LP -\fBWeek V (Sep 26\(en30)\fR - +\s(11\fBWeek V (Sep 26\(en30)\fR\s9 +.sp 0.25v .IP "26" 4 -19th Sunday after Pentecost +\fB19th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Eph 4:23-28\s+2 +\s7Epistle Eph 4:23-28\s9 .br -\s-2Gospel Matt 22:1-14\s+2 - +\s7Gospel Matt 22:1-14\s9 +.sp 0.25v .IP "27" 4 -Sts. Cosmas & Damian +\fBSts. Cosmas & Damian\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 5:16-20\s+2 +\s7Epistle Wis 5:16-20\s9 .br -\s-2Gospel Luke 6:17-23\s+2 - +\s7Gospel Luke 6:17-23\s9 +.sp 0.25v .IP "28" 4 -St. Wenceslaus +\fBSt. Wenceslaus\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Wis 10:10-14\s+2 +\s7Epistle Wis 10:10-14\s9 .br -\s-2Gospel Matt 10:34-42\s+2 - +\s7Gospel Matt 10:34-42\s9 +.sp 0.25v .IP "29" 4 -Dedication of St. Michael the Archangel +\fBDedication of St. Michael the Archangel\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Rev 1:1-5\s+2 +\s7Epistle Rev 1:1-5\s9 .br -\s-2Gospel Matt 18:1-10\s+2 - +\s7Gospel Matt 18:1-10\s9 +.sp 0.25v .IP "30" 4 -St. Jerome +\fBSt. Jerome\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - - - +\s7Gospel Matt 5:13-19\s9 .SH October - +.ne 7v .LP -\fBWeek I (Oct 1\(en2)\fR - +\s(11\fBWeek I (Oct 1\(en2)\fR\s9 +.sp 0.25v .IP "1" 4 -Friday of the 19th Week of the Time after Pentecost +\fBFriday of the 19th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 4:23-28\s+2 +\s7Epistle Eph 4:23-28\s9 .br -\s-2Gospel Matt 22:1-14\s+2 +\s7Gospel Matt 22:1-14\s9 .br -\s-2Commemoration St. Remigius\s+2 - +\s7Commemoration St. Remigius\s9 +.sp 0.25v .IP "2" 4 -Holy Guardian Angels +\fBHoly Guardian Angels\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Exod 23:20-23\s+2 +\s7Epistle Exod 23:20-23\s9 .br -\s-2Gospel Matt 18:1-10\s+2 - - +\s7Gospel Matt 18:1-10\s9 +.ne 7v .LP -\fBWeek II (Oct 3\(en9)\fR - +\s(11\fBWeek II (Oct 3\(en9)\fR\s9 +.sp 0.25v .IP "3" 4 -20th Sunday after Pentecost +\fB20th Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Eph 5:15-21\s+2 +\s7Epistle Eph 5:15-21\s9 .br -\s-2Gospel John 4:46-53\s+2 - +\s7Gospel John 4:46-53\s9 +.sp 0.25v .IP "4" 4 -St. Francis of Assisi +\fBSt. Francis of Assisi\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Gal 6:14-18\s+2 +\s7Epistle Gal 6:14-18\s9 .br -\s-2Gospel Matt 11:25-30\s+2 - +\s7Gospel Matt 11:25-30\s9 +.sp 0.25v .IP "5" 4 -Tuesday of the 20th Week of the Time after Pentecost +\fBTuesday of the 20th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 5:15-21\s+2 +\s7Epistle Eph 5:15-21\s9 .br -\s-2Gospel John 4:46-53\s+2 +\s7Gospel John 4:46-53\s9 .br -\s-2Commemoration St. Placid & Companions\s+2 - +\s7Commemoration St. Placid & Companions\s9 +.sp 0.25v .IP "6" 4 -St. Bruno +\fBSt. Bruno\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "7" 4 -Our Lady of the Rosary +\fBOur Lady of the Rosary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Prov 8:22-24, 32-35.\s+2 +\s7Epistle Prov 8:22-24, 32-35.\s9 .br -\s-2Gospel Luke 1:26-38\s+2 +\s7Gospel Luke 1:26-38\s9 .br -\s-2Commemoration St. Mark I\s+2 - +\s7Commemoration St. Mark I\s9 +.sp 0.25v .IP "8" 4 -St. Bridget of Sweden +\fBSt. Bridget of Sweden\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Tim. 5:3-10.\s+2 +\s7Epistle 1 Tim. 5:3-10.\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 +\s7Gospel Matt 13:44-52.\s9 .br -\s-2Commemoration Ss. Sergio, Baccho, Marcello and Apulejo Martyrs\s+2 - +\s7Commemoration Ss. Sergio, Baccho, Marcello and Apulejo Martyrs\s9 +.sp 0.25v .IP "9" 4 -St. John Leonardi +\fBSt. John Leonardi\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 4:1-6; 4:15-18\s+2 +\s7Epistle 2 Cor 4:1-6; 4:15-18\s9 .br -\s-2Gospel Luke 10:1-9\s+2 +\s7Gospel Luke 10:1-9\s9 .br -\s-2Commemoration St. Dionysius and companions\s+2 - - +\s7Commemoration St. Dionysius and companions\s9 +.ne 7v .LP -\fBWeek III (Oct 10\(en16)\fR - +\s(11\fBWeek III (Oct 10\(en16)\fR\s9 +.sp 0.25v .IP "10" 4 -21st Sunday after Pentecost +\fB21st Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Eph 6:10-17\s+2 +\s7Epistle Eph 6:10-17\s9 .br -\s-2Gospel Matt 18:23-35\s+2 - +\s7Gospel Matt 18:23-35\s9 +.sp 0.25v .IP "11" 4 -Maternity of the Blessed Virgin Mary +\fBMaternity of the Blessed Virgin Mary\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Sir 24:23-31\s+2 +\s7Epistle Sir 24:23-31\s9 .br -\s-2Gospel Luke 2:43-51\s+2 - +\s7Gospel Luke 2:43-51\s9 +.sp 0.25v .IP "12" 4 -Tuesday of the 21st Week of the Time after Pentecost +\fBTuesday of the 21st Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Eph 6:10-17\s+2 +\s7Epistle Eph 6:10-17\s9 .br -\s-2Gospel Matt 18:23-35\s+2 - +\s7Gospel Matt 18:23-35\s9 +.sp 0.25v .IP "13" 4 -St. Edward +\fBSt. Edward\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "14" 4 -St. Callistus I +\fBSt. Callistus I\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - +\s7Gospel Matt 16:13-19\s9 +.sp 0.25v .IP "15" 4 -St. Teresa of Avila +\fBSt. Teresa of Avila\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "16" 4 -St. Hedwig +\fBSt. Hedwig\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 - - +\s7Gospel Matt 13:44-52.\s9 +.ne 7v .LP -\fBWeek IV (Oct 17\(en23)\fR - +\s(11\fBWeek IV (Oct 17\(en23)\fR\s9 +.sp 0.25v .IP "17" 4 -22nd Sunday after Pentecost +\fB22nd Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Phil 1:6-11\s+2 +\s7Epistle Phil 1:6-11\s9 .br -\s-2Gospel Matt 22:15-21\s+2 - +\s7Gospel Matt 22:15-21\s9 +.sp 0.25v .IP "18" 4 -St. Luke the Evangelist +\fBSt. Luke the Evangelist\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle 2 Cor. 8:16-24\s+2 +\s7Epistle 2 Cor. 8:16-24\s9 .br -\s-2Gospel Luke 10:1-9\s+2 - +\s7Gospel Luke 10:1-9\s9 +.sp 0.25v .IP "19" 4 -St. Peter of Alcantara +\fBSt. Peter of Alcantara\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Phil 3:7-12\s+2 +\s7Epistle Phil 3:7-12\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - +\s7Gospel Luke 12:32-34\s9 +.sp 0.25v .IP "20" 4 -St. John Cantius +\fBSt. John Cantius\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle James 2:12-17\s+2 +\s7Epistle James 2:12-17\s9 .br -\s-2Gospel Luke 12:35-40\s+2 - +\s7Gospel Luke 12:35-40\s9 +.sp 0.25v .IP "21" 4 -Thursday of the 22nd Week of the Time after Pentecost +\fBThursday of the 22nd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 1:6-11\s+2 +\s7Epistle Phil 1:6-11\s9 .br -\s-2Gospel Matt 22:15-21\s+2 +\s7Gospel Matt 22:15-21\s9 .br -\s-2Commemoration St. Hilarion\s+2 +\s7Commemoration St. Hilarion\s9 .br -\s-2Commemoration St. Ursula and Companions\s+2 - +\s7Commemoration St. Ursula and Companions\s9 +.sp 0.25v .IP "22" 4 -Friday of the 22nd Week of the Time after Pentecost +\fBFriday of the 22nd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 1:6-11\s+2 +\s7Epistle Phil 1:6-11\s9 .br -\s-2Gospel Matt 22:15-21\s+2 - +\s7Gospel Matt 22:15-21\s9 +.sp 0.25v .IP "23" 4 -St. Anthony Mary Claret +\fBSt. Anthony Mary Claret\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Heb 7:23-27\s+2 +\s7Epistle Heb 7:23-27\s9 .br -\s-2Gospel Matt 24:42-47\s+2 - - +\s7Gospel Matt 24:42-47\s9 +.ne 7v .LP -\fBWeek V (Oct 24\(en30)\fR - +\s(11\fBWeek V (Oct 24\(en30)\fR\s9 +.sp 0.25v .IP "24" 4 -23rd Sunday after Pentecost +\fB23rd Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 9:18-26\s+2 - +\s7Gospel Matt 9:18-26\s9 +.sp 0.25v .IP "25" 4 -Monday of the 23rd Week of the Time after Pentecost +\fBMonday of the 23rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 9:18-26\s+2 +\s7Gospel Matt 9:18-26\s9 .br -\s-2Commemoration Sts. Chrysanthus & Daria\s+2 - +\s7Commemoration Sts. Chrysanthus & Daria\s9 +.sp 0.25v .IP "26" 4 -Tuesday of the 23rd Week of the Time after Pentecost +\fBTuesday of the 23rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 9:18-26\s+2 +\s7Gospel Matt 9:18-26\s9 .br -\s-2Commemoration St. Evaristus\s+2 - +\s7Commemoration St. Evaristus\s9 +.sp 0.25v .IP "27" 4 -Wednesday of the 23rd Week of the Time after Pentecost +\fBWednesday of the 23rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 9:18-26\s+2 - +\s7Gospel Matt 9:18-26\s9 +.sp 0.25v .IP "28" 4 -Sts. Simon & Jude +\fBSts. Simon & Jude\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Eph. 4:7-13.\s+2 +\s7Epistle Eph. 4:7-13.\s9 .br -\s-2Gospel John 15:17-25\s+2 - +\s7Gospel John 15:17-25\s9 +.sp 0.25v .IP "29" 4 -Friday of the 23rd Week of the Time after Pentecost +\fBFriday of the 23rd Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 9:18-26\s+2 - +\s7Gospel Matt 9:18-26\s9 +.sp 0.25v .IP "30" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 - - +\s7Gospel Luke 11:27-28\s9 +.ne 7v .LP -\fBWeek VI (Oct 31)\fR - +\s(11\fBWeek VI (Oct 31)\fR\s9 +.sp 0.25v .IP "31" 4 -Christ the King +\fBChrist the King\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Col 1:12-20.\s+2 +\s7Epistle Col 1:12-20.\s9 .br -\s-2Gospel John 18:33-37\s+2 - - - +\s7Gospel John 18:33-37\s9 .SH November - +.ne 7v .LP -\fBWeek I (Nov 1\(en6)\fR - +\s(11\fBWeek I (Nov 1\(en6)\fR\s9 +.sp 0.25v .IP "1" 4 -All Saints +\fBAll Saints\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Apoc 7:2-12\s+2 +\s7Epistle Apoc 7:2-12\s9 .br -\s-2Gospel Matt 5:1-12\s+2 - +\s7Gospel Matt 5:1-12\s9 +.sp 0.25v .IP "2" 4 -Commemoration of All Souls +\fBCommemoration of All Souls\fR .br -\s-2class-1 \(bu black\s+2 +\s71st Class \(bu Black\s9 .br -\s-2Epistle 1 Cor. 15:51-57\s+2 +\s7Epistle 1 Cor. 15:51-57\s9 .br -\s-2Gospel John 5:25-29\s+2 - +\s7Gospel John 5:25-29\s9 +.sp 0.25v .IP "3" 4 -Wednesday of the 24th Week of the Time after Pentecost +\fBWednesday of the 24th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Col 1:12-20.\s+2 +\s7Epistle Col 1:12-20.\s9 .br -\s-2Gospel John 18:33-37\s+2 - +\s7Gospel John 18:33-37\s9 +.sp 0.25v .IP "4" 4 -St. Charles Borromeo +\fBSt. Charles Borromeo\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Matt 25:14-23\s+2 +\s7Gospel Matt 25:14-23\s9 .br -\s-2Commemoration Sts. Vitalis and Agricola, Martyrs\s+2 - +\s7Commemoration Sts. Vitalis and Agricola, Martyrs\s9 +.sp 0.25v .IP "5" 4 -Friday of the 24th Week of the Time after Pentecost +\fBFriday of the 24th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Col 1:12-20.\s+2 +\s7Epistle Col 1:12-20.\s9 .br -\s-2Gospel John 18:33-37\s+2 - +\s7Gospel John 18:33-37\s9 +.sp 0.25v .IP "6" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 - - +\s7Gospel Luke 11:27-28\s9 +.ne 7v .LP -\fBWeek II (Nov 7\(en13)\fR - +\s(11\fBWeek II (Nov 7\(en13)\fR\s9 +.sp 0.25v .IP "7" 4 -5th Sunday after Epiphany +\fB5th Sunday after Epiphany\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Col 3:12-17\s+2 +\s7Epistle Col 3:12-17\s9 .br -\s-2Gospel Matt 13:24-30\s+2 - +\s7Gospel Matt 13:24-30\s9 +.sp 0.25v .IP "8" 4 -Monday of the 25th Week of the Time after Pentecost +\fBMonday of the 25th Week of the Time after Pentecost\fR .br -\s-2class-4 \(bu green\s+2 +\s74th Class \(bu Green\s9 .br -\s-2Epistle Col 3:12-17\s+2 +\s7Epistle Col 3:12-17\s9 .br -\s-2Gospel Matt 13:24-30\s+2 +\s7Gospel Matt 13:24-30\s9 .br -\s-2Commemoration Four Holy Crowned Martyrs\s+2 - +\s7Commemoration Four Holy Crowned Martyrs\s9 +.sp 0.25v .IP "9" 4 -Dedication of the Archbasilica of Our Holy Savior +\fBDedication of the Archbasilica of Our Holy Savior\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Rev 21:2-5\s+2 +\s7Epistle Rev 21:2-5\s9 .br -\s-2Gospel Luke 19:1-10\s+2 +\s7Gospel Luke 19:1-10\s9 .br -\s-2Commemoration St. Theodore\s+2 - +\s7Commemoration St. Theodore\s9 +.sp 0.25v .IP "10" 4 -St. Andrew Avellino +\fBSt. Andrew Avellino\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 31:8-11\s+2 +\s7Epistle Sir 31:8-11\s9 .br -\s-2Gospel Luke 12:35-40\s+2 +\s7Gospel Luke 12:35-40\s9 .br -\s-2Commemoration Sts. Tryphonis, Respicii, et Nymphae\s+2 - +\s7Commemoration Sts. Tryphonis, Respicii, et Nymphae\s9 +.sp 0.25v .IP "11" 4 -St. Martin of Tours +\fBSt. Martin of Tours\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Luke 11:33-36\s+2 +\s7Gospel Luke 11:33-36\s9 .br -\s-2Commemoration St. Menna\s+2 - +\s7Commemoration St. Menna\s9 +.sp 0.25v .IP "12" 4 -St. Martin I +\fBSt. Martin I\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 - +\s7Gospel Matt 16:13-19\s9 +.sp 0.25v .IP "13" 4 -St. Didacus +\fBSt. Didacus\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor 4:9-14\s+2 +\s7Epistle 1 Cor 4:9-14\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - - +\s7Gospel Luke 12:32-34\s9 +.ne 7v .LP -\fBWeek III (Nov 14\(en20)\fR - +\s(11\fBWeek III (Nov 14\(en20)\fR\s9 +.sp 0.25v .IP "14" 4 -6th Sunday after Epiphany +\fB6th Sunday after Epiphany\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle 1 Thess 1:2-10\s+2 +\s7Epistle 1 Thess 1:2-10\s9 .br -\s-2Gospel Matt 13:31-35\s+2 - +\s7Gospel Matt 13:31-35\s9 +.sp 0.25v .IP "15" 4 -St. Albert the Great +\fBSt. Albert the Great\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 - +\s7Gospel Matt 5:13-19\s9 +.sp 0.25v .IP "16" 4 -St. Gertrude the Great +\fBSt. Gertrude the Great\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "17" 4 -St. Gregory the Wonderworker +\fBSt. Gregory the Wonderworker\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Sir 44:16-27; 45:3-20\s+2 +\s7Epistle Sir 44:16-27; 45:3-20\s9 .br -\s-2Gospel Mark 11:22-24\s+2 - +\s7Gospel Mark 11:22-24\s9 +.sp 0.25v .IP "18" 4 -Dedication of the Basilicas of Sts. Peter & Paul +\fBDedication of the Basilicas of Sts. Peter & Paul\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Rev 21:2-5\s+2 +\s7Epistle Rev 21:2-5\s9 .br -\s-2Gospel Luke 19:1-10\s+2 - +\s7Gospel Luke 19:1-10\s9 +.sp 0.25v .IP "19" 4 -St. Elizabeth of Hungary +\fBSt. Elizabeth of Hungary\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Prov 31:10-31\s+2 +\s7Epistle Prov 31:10-31\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 +\s7Gospel Matt 13:44-52.\s9 .br -\s-2Commemoration St. Pontian\s+2 - +\s7Commemoration St. Pontian\s9 +.sp 0.25v .IP "20" 4 -St. Felix of Valois +\fBSt. Felix of Valois\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Cor. 4:9-14\s+2 +\s7Epistle 1 Cor. 4:9-14\s9 .br -\s-2Gospel Luke 12:32-34\s+2 - - +\s7Gospel Luke 12:32-34\s9 +.ne 7v .LP -\fBWeek IV (Nov 21\(en27)\fR - +\s(11\fBWeek IV (Nov 21\(en27)\fR\s9 +.sp 0.25v .IP "21" 4 -24th and Last Sunday after Pentecost +\fB24th and Last Sunday after Pentecost\fR .br -\s-2class-2 \(bu green\s+2 +\s72nd Class \(bu Green\s9 .br -\s-2Epistle Col 1:9-14\s+2 +\s7Epistle Col 1:9-14\s9 .br -\s-2Gospel Matt 24:15-35\s+2 - +\s7Gospel Matt 24:15-35\s9 +.sp 0.25v .IP "22" 4 -St. Cecilia +\fBSt. Cecilia\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Sir 51:13-17.\s+2 +\s7Epistle Sir 51:13-17.\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "23" 4 -St. Clement I +\fBSt. Clement I\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Phil 3:17-21; 4:1-3\s+2 +\s7Epistle Phil 3:17-21; 4:1-3\s9 .br -\s-2Gospel Matt 16:13-19\s+2 +\s7Gospel Matt 16:13-19\s9 .br -\s-2Commemoration St. Felicity\s+2 - +\s7Commemoration St. Felicity\s9 +.sp 0.25v .IP "24" 4 -St. John of the Cross +\fBSt. John of the Cross\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration St. Chrysogonus\s+2 - +\s7Commemoration St. Chrysogonus\s9 +.sp 0.25v .IP "25" 4 -St. Catherine of Alexandria +\fBSt. Catherine of Alexandria\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Sir 51:1-8; 51:12\s+2 +\s7Epistle Sir 51:1-8; 51:12\s9 .br -\s-2Gospel Matt 25:1-13.\s+2 - +\s7Gospel Matt 25:1-13.\s9 +.sp 0.25v .IP "26" 4 -St. Sylvester +\fBSt. Sylvester\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Ecclus 45:1-6\s+2 +\s7Epistle Ecclus 45:1-6\s9 .br -\s-2Gospel Matt 19:27-29.\s+2 +\s7Gospel Matt 19:27-29.\s9 .br -\s-2Commemoration St. Peter of Alexandria\s+2 - +\s7Commemoration St. Peter of Alexandria\s9 +.sp 0.25v .IP "27" 4 -Our Lady's Saturday Office +\fBOur Lady's Saturday Office\fR .br -\s-2class-4 \(bu white\s+2 +\s74th Class \(bu White\s9 .br -\s-2Epistle Ecclus 24:14-16\s+2 +\s7Epistle Ecclus 24:14-16\s9 .br -\s-2Gospel Luke 11:27-28\s+2 - - +\s7Gospel Luke 11:27-28\s9 +.ne 7v .LP -\fBWeek V (Nov 28\(en30)\fR - +\s(11\fBWeek V (Nov 28\(en30)\fR\s9 +.sp 0.25v .IP "28" 4 -1st Sunday of Advent +\fB1st Sunday of Advent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Rom 13:11-14\s+2 +\s7Epistle Rom 13:11-14\s9 .br -\s-2Gospel Luke 21:25-33\s+2 - +\s7Gospel Luke 21:25-33\s9 +.sp 0.25v .IP "29" 4 -Monday of the 1st Week of Advent +\fBMonday of the 1st Week of Advent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Rom 13:11-14\s+2 +\s7Epistle Rom 13:11-14\s9 .br -\s-2Gospel Luke 21:25-33\s+2 +\s7Gospel Luke 21:25-33\s9 .br -\s-2Commemoration St. Saturninus\s+2 - +\s7Commemoration St. Saturninus\s9 +.sp 0.25v .IP "30" 4 -St. Andrew +\fBSt. Andrew\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Rom 10:10-18\s+2 +\s7Epistle Rom 10:10-18\s9 .br -\s-2Gospel Matt 4:18-22\s+2 +\s7Gospel Matt 4:18-22\s9 .br -\s-2Commemoration Tuesday of the 1st Week of Advent\s+2 - - - +\s7Commemoration Tuesday of the 1st Week of Advent\s9 .SH December - +.ne 7v .LP -\fBWeek I (Dec 1\(en4)\fR - +\s(11\fBWeek I (Dec 1\(en4)\fR\s9 +.sp 0.25v .IP "1" 4 -Wednesday of the 1st Week of Advent +\fBWednesday of the 1st Week of Advent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Rom 13:11-14\s+2 +\s7Epistle Rom 13:11-14\s9 .br -\s-2Gospel Luke 21:25-33\s+2 - +\s7Gospel Luke 21:25-33\s9 +.sp 0.25v .IP "2" 4 -St. Vivian +\fBSt. Vivian\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle Sir 51:13-17.\s+2 +\s7Epistle Sir 51:13-17.\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 +\s7Gospel Matt 13:44-52.\s9 .br -\s-2Commemoration Thursday of the 1st Week of Advent\s+2 - +\s7Commemoration Thursday of the 1st Week of Advent\s9 +.sp 0.25v .IP "3" 4 -St. Francis Xavier +\fBSt. Francis Xavier\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Rom 10:10-18\s+2 +\s7Epistle Rom 10:10-18\s9 .br -\s-2Gospel Mark 16:15-18\s+2 +\s7Gospel Mark 16:15-18\s9 .br -\s-2Commemoration Friday of the 1st Week of Advent\s+2 - +\s7Commemoration Friday of the 1st Week of Advent\s9 +.sp 0.25v .IP "4" 4 -St. Peter Chrysologus +\fBSt. Peter Chrysologus\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration Saturday of the 1st Week of Advent\s+2 +\s7Commemoration Saturday of the 1st Week of Advent\s9 .br -\s-2Commemoration St. Barbara\s+2 - - +\s7Commemoration St. Barbara\s9 +.ne 7v .LP -\fBWeek II (Dec 5\(en11)\fR - +\s(11\fBWeek II (Dec 5\(en11)\fR\s9 +.sp 0.25v .IP "5" 4 -2nd Sunday of Advent +\fB2nd Sunday of Advent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Rom 15:4-13\s+2 +\s7Epistle Rom 15:4-13\s9 .br -\s-2Gospel Matt 11:2-10\s+2 - +\s7Gospel Matt 11:2-10\s9 +.sp 0.25v .IP "6" 4 -St. Nicholas +\fBSt. Nicholas\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle Heb 13:7-17\s+2 +\s7Epistle Heb 13:7-17\s9 .br -\s-2Gospel Matt 25:14-23\s+2 +\s7Gospel Matt 25:14-23\s9 .br -\s-2Commemoration Monday of the 2nd Week of Advent\s+2 - +\s7Commemoration Monday of the 2nd Week of Advent\s9 +.sp 0.25v .IP "7" 4 -St. Ambrose +\fBSt. Ambrose\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 2 Tim 4:1-8\s+2 +\s7Epistle 2 Tim 4:1-8\s9 .br -\s-2Gospel Matt 5:13-19\s+2 +\s7Gospel Matt 5:13-19\s9 .br -\s-2Commemoration Tuesday of the 2nd Week of Advent\s+2 - +\s7Commemoration Tuesday of the 2nd Week of Advent\s9 +.sp 0.25v .IP "8" 4 -Immaculate Conception of the Blessed Virgin Mary +\fBImmaculate Conception of the Blessed Virgin Mary\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Prov 8:22-35\s+2 +\s7Epistle Prov 8:22-35\s9 .br -\s-2Gospel Luke 1:26-28\s+2 +\s7Gospel Luke 1:26-28\s9 .br -\s-2Commemoration Wednesday of the 2nd Week of Advent\s+2 - +\s7Commemoration Wednesday of the 2nd Week of Advent\s9 +.sp 0.25v .IP "9" 4 -Thursday of the 2nd Week of Advent +\fBThursday of the 2nd Week of Advent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Rom 15:4-13\s+2 +\s7Epistle Rom 15:4-13\s9 .br -\s-2Gospel Matt 11:2-10\s+2 - +\s7Gospel Matt 11:2-10\s9 +.sp 0.25v .IP "10" 4 -Friday of the 2nd Week of Advent +\fBFriday of the 2nd Week of Advent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Rom 15:4-13\s+2 +\s7Epistle Rom 15:4-13\s9 .br -\s-2Gospel Matt 11:2-10\s+2 +\s7Gospel Matt 11:2-10\s9 .br -\s-2Commemoration St. Melchiades\s+2 - +\s7Commemoration St. Melchiades\s9 +.sp 0.25v .IP "11" 4 -St. Damasus I +\fBSt. Damasus I\fR .br -\s-2class-3 \(bu white\s+2 +\s73rd Class \(bu White\s9 .br -\s-2Epistle 1 Pet 5:1-4; 5:10-11.\s+2 +\s7Epistle 1 Pet 5:1-4; 5:10-11.\s9 .br -\s-2Gospel Matt 16:13-19\s+2 +\s7Gospel Matt 16:13-19\s9 .br -\s-2Commemoration Saturday of the 2nd Week of Advent\s+2 - - +\s7Commemoration Saturday of the 2nd Week of Advent\s9 +.ne 7v .LP -\fBWeek III (Dec 12\(en18)\fR - +\s(11\fBWeek III (Dec 12\(en18)\fR\s9 +.sp 0.25v .IP "12" 4 -3rd Sunday of Advent +\fB3rd Sunday of Advent\fR .br -\s-2class-1 \(bu rose\s+2 +\s71st Class \(bu Rose\s9 .br -\s-2Epistle Phil 4:4-7\s+2 +\s7Epistle Phil 4:4-7\s9 .br -\s-2Gospel John 1:19-28\s+2 - +\s7Gospel John 1:19-28\s9 +.sp 0.25v .IP "13" 4 -St. Lucy +\fBSt. Lucy\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 2 Cor 10:17-18; 11:1-2\s+2 +\s7Epistle 2 Cor 10:17-18; 11:1-2\s9 .br -\s-2Gospel Matt 13:44-52.\s+2 +\s7Gospel Matt 13:44-52.\s9 .br -\s-2Commemoration Monday of the 3rd Week of Advent\s+2 - +\s7Commemoration Monday of the 3rd Week of Advent\s9 +.sp 0.25v .IP "14" 4 -Tuesday of the 3rd Week of Advent +\fBTuesday of the 3rd Week of Advent\fR .br -\s-2class-3 \(bu violet\s+2 +\s73rd Class \(bu Violet\s9 .br -\s-2Epistle Phil 4:4-7\s+2 +\s7Epistle Phil 4:4-7\s9 .br -\s-2Gospel John 1:19-28\s+2 - +\s7Gospel John 1:19-28\s9 +.sp 0.25v .IP "15" 4 -Advent Ember Wednesday +\fBAdvent Ember Wednesday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Isa 7:10-15\s+2 +\s7Epistle Isa 7:10-15\s9 .br -\s-2Gospel Luke 1:26-38\s+2 - +\s7Gospel Luke 1:26-38\s9 +.sp 0.25v .IP "16" 4 -St. Eusebius +\fBSt. Eusebius\fR .br -\s-2class-3 \(bu red\s+2 +\s73rd Class \(bu Red\s9 .br -\s-2Epistle 2 Cor. 1:3-7\s+2 +\s7Epistle 2 Cor. 1:3-7\s9 .br -\s-2Gospel Matt 16:24-27.\s+2 +\s7Gospel Matt 16:24-27.\s9 .br -\s-2Commemoration Thursday of the 3rd Week of Advent\s+2 - +\s7Commemoration Thursday of the 3rd Week of Advent\s9 +.sp 0.25v .IP "17" 4 -Advent Ember Friday +\fBAdvent Ember Friday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle Isa 11:1-5\s+2 +\s7Epistle Isa 11:1-5\s9 .br -\s-2Gospel Luke 1:39-47\s+2 - +\s7Gospel Luke 1:39-47\s9 +.sp 0.25v .IP "18" 4 -Advent Ember Saturday +\fBAdvent Ember Saturday\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 2 Thess 2:1-8\s+2 +\s7Epistle 2 Thess 2:1-8\s9 .br -\s-2Gospel Luke 3:1-6\s+2 - - +\s7Gospel Luke 3:1-6\s9 +.ne 7v .LP -\fBWeek IV (Dec 19\(en25)\fR - +\s(11\fBWeek IV (Dec 19\(en25)\fR\s9 +.sp 0.25v .IP "19" 4 -4th Sunday of Advent +\fB4th Sunday of Advent\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 4:1-5\s+2 +\s7Epistle 1 Cor. 4:1-5\s9 .br -\s-2Gospel Luke 3:1-6\s+2 - +\s7Gospel Luke 3:1-6\s9 +.sp 0.25v .IP "20" 4 -Monday of the 4th Week of Advent +\fBMonday of the 4th Week of Advent\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 4:1-5\s+2 +\s7Epistle 1 Cor. 4:1-5\s9 .br -\s-2Gospel Luke 3:1-6\s+2 - +\s7Gospel Luke 3:1-6\s9 +.sp 0.25v .IP "21" 4 -St. Thomas +\fBSt. Thomas\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Eph 2:19-22\s+2 +\s7Epistle Eph 2:19-22\s9 .br -\s-2Gospel John 20:24-29\s+2 +\s7Gospel John 20:24-29\s9 .br -\s-2Commemoration Tuesday of the 4th Week of Advent\s+2 - +\s7Commemoration Tuesday of the 4th Week of Advent\s9 +.sp 0.25v .IP "22" 4 -Wednesday of the 4th Week of Advent +\fBWednesday of the 4th Week of Advent\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 4:1-5\s+2 +\s7Epistle 1 Cor. 4:1-5\s9 .br -\s-2Gospel Luke 3:1-6\s+2 - +\s7Gospel Luke 3:1-6\s9 +.sp 0.25v .IP "23" 4 -Thursday of the 4th Week of Advent +\fBThursday of the 4th Week of Advent\fR .br -\s-2class-2 \(bu violet\s+2 +\s72nd Class \(bu Violet\s9 .br -\s-2Epistle 1 Cor. 4:1-5\s+2 +\s7Epistle 1 Cor. 4:1-5\s9 .br -\s-2Gospel Luke 3:1-6\s+2 - +\s7Gospel Luke 3:1-6\s9 +.sp 0.25v .IP "24" 4 -Vigil of the Nativity (Christmas Eve) +\fBVigil of the Nativity (Christmas Eve)\fR .br -\s-2class-1 \(bu violet\s+2 +\s71st Class \(bu Violet\s9 .br -\s-2Epistle Rom 1:1-6\s+2 +\s7Epistle Rom 1:1-6\s9 .br -\s-2Gospel Matt 1:18-21\s+2 - +\s7Gospel Matt 1:18-21\s9 +.sp 0.25v .IP "25" 4 -The Nativity of Our Lord (Christmas) +\fBThe Nativity of Our Lord (Christmas)\fR .br -\s-2class-1 \(bu white\s+2 +\s71st Class \(bu White\s9 .br -\s-2Epistle Heb 1:1-12\s+2 +\s7Epistle Heb 1:1-12\s9 .br -\s-2Gospel John 1:1-14\s+2 - - +\s7Gospel John 1:1-14\s9 +.ne 7v .LP -\fBWeek V (Dec 26\(en31)\fR - +\s(11\fBWeek V (Dec 26\(en31)\fR\s9 +.sp 0.25v .IP "26" 4 -Sunday within the Octave of the Nativity +\fBSunday within the Octave of the Nativity\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Gal 4:1-7\s+2 +\s7Epistle Gal 4:1-7\s9 .br -\s-2Gospel Luke 2:33-40\s+2 +\s7Gospel Luke 2:33-40\s9 .br -\s-2Commemoration St. Stephen\s+2 - +\s7Commemoration St. Stephen\s9 +.sp 0.25v .IP "27" 4 -St. John the Evangelist +\fBSt. John the Evangelist\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Ecclus 15:1-6\s+2 +\s7Epistle Ecclus 15:1-6\s9 .br -\s-2Gospel John 21:19-24\s+2 +\s7Gospel John 21:19-24\s9 .br -\s-2Commemoration 3rd Day within the Octave of the Nativity\s+2 - +\s7Commemoration 3rd Day within the Octave of the Nativity\s9 +.sp 0.25v .IP "28" 4 -Holy Innocents +\fBHoly Innocents\fR .br -\s-2class-2 \(bu red\s+2 +\s72nd Class \(bu Red\s9 .br -\s-2Epistle Apoc 14:1-5\s+2 +\s7Epistle Apoc 14:1-5\s9 .br -\s-2Gospel Matt 2:13-18\s+2 +\s7Gospel Matt 2:13-18\s9 .br -\s-2Commemoration 4th Day within the Octave of the Nativity\s+2 - +\s7Commemoration 4th Day within the Octave of the Nativity\s9 +.sp 0.25v .IP "29" 4 -5th Day within the Octave of the Nativity +\fB5th Day within the Octave of the Nativity\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Titus 3:4-7\s+2 +\s7Epistle Titus 3:4-7\s9 .br -\s-2Gospel Luke 2:15-20\s+2 +\s7Gospel Luke 2:15-20\s9 .br -\s-2Commemoration St. Thomas Becket\s+2 - +\s7Commemoration St. Thomas Becket\s9 +.sp 0.25v .IP "30" 4 -6th Day within the Octave of the Nativity +\fB6th Day within the Octave of the Nativity\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Titus 3:4-7\s+2 +\s7Epistle Titus 3:4-7\s9 .br -\s-2Gospel Luke 2:15-20\s+2 - +\s7Gospel Luke 2:15-20\s9 +.sp 0.25v .IP "31" 4 -7th Day within the Octave of the Nativity +\fB7th Day within the Octave of the Nativity\fR .br -\s-2class-2 \(bu white\s+2 +\s72nd Class \(bu White\s9 .br -\s-2Epistle Titus 3:4-7\s+2 +\s7Epistle Titus 3:4-7\s9 .br -\s-2Gospel Luke 2:15-20\s+2 +\s7Gospel Luke 2:15-20\s9 .br -\s-2Commemoration St. Silvester\s+2 - - +\s7Commemoration St. Silvester\s9 |
