From aaca1304e9d00880b016d14529cf3809bd98fe39 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 20 Aug 2026 12:47:29 +0200 Subject: 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. --- test/golden/ordo-2027.ms | 4317 ++++++++++++++++++++++----------------------- test/golden/ordo-2027.tex | 3953 ++++++++++++++++++++--------------------- 2 files changed, 4032 insertions(+), 4238 deletions(-) (limited to 'test') 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 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 diff --git a/test/golden/ordo-2027.tex b/test/golden/ordo-2027.tex index 336ddc1..b4d0953 100644 --- a/test/golden/ordo-2027.tex +++ b/test/golden/ordo-2027.tex @@ -17,13 +17,13 @@ % \needspace (a genuine, tiny dependency, not one of the deps this project % freezes at the OCaml level -- LaTeX packages are a template author's own % concern) keeps a header from being stranded alone at a page's bottom -% with its first day box pushed to the next one: 29mm covers the month -% banner's own rule+title (~11.5mm) plus the week header below it -% (~5.5mm) plus room for at least one day box (~10mm); 16mm covers just -% the week header plus one day box. Both re-verified against the actual -% typeset output, not derived from theory alone (the task report has the -% before/after page counts and a scan proving no header is ever left -% alone at a page's foot with nothing under it). +% with its first day box pushed to the next one: 18mm covers the month +% banner's own rule+title plus the week header below it plus room for at +% least one (now much shorter, see the density retune below) day box; +% 9mm covers just the week header plus one day box. Both re-verified +% against the actual typeset output, not derived from theory alone (the +% task report has the before/after page counts and a scan proving no +% header is ever left alone at a page's foot with nothing under it). % % \label fires AFTER both \needspace calls below, not before: a \label % placed before a \needspace that goes on to force a break captures the @@ -43,17 +43,57 @@ % page even at reduced size (measured: 55-65% of the text height for a % typical week, more with commemorations), so simply dropping the forced % per-week \clearpage only let the year's many PARTIAL boundary weeks -% double up, not full ones -- a real but small saving on its own. Three -% changes together fit a genuinely useful second (often third, on a short -% week) week onto the same page: \fontsize explicitly (not \scriptsize, -% whose 7pt/8.4pt leading is looser than a dense booklet needs), the -% feast name still a clearly-bolder 9pt, and rank/colour folded onto the -% SAME line as the citations rather than a line of its own -- an A5 box -% is far wider than it is tall (roughly 120mm of usable width here), so -% "I classis . albus Epistola ... Evangelium ..." fits with room to -% spare even on Holy Week's own longest citations (measured against the -% rendered output, not assumed; see the task report for the page count -% this bought). +% double up, not full ones -- a real but small saving on its own. Rank/ +% colour folded onto the SAME line as the citations rather than a line of +% its own -- an A5 box is far wider than it is tall (roughly 120mm of +% usable width here), so "I classis . albus Epistola ... Evangelium ..." +% fits with room to spare even on Holy Week's own longest citations +% (measured against the rendered output, not assumed). +% +% DENSITY RETUNE (matched to ordo.typ's own decisions, task: bring ordo.tex +% to Typst's density -- 53 pages/6.9 days-per-page down to 29 pages/12.6): +% the document's own base size drops from \normalsize (10pt) to an explicit +% 9pt/10.5 leading set once after \begin{document} (mirrors Typst's global +% #set text(size: 9pt)); within a day box the SAME size hierarchy Typst +% uses -- the day number and the feast name are BOTH the 9pt base (bold +% is what distinguishes them, not size, exactly as ordo.typ decided), the +% weekday name is 7pt, and every detail line (rank/colour/citations/ +% commemorations) is 6.5pt. +% +% The one genuinely non-obvious lesson from getting there (cost a full +% false-start): \fontsize{n}{lead}\selectfont 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 whatever \baselineskip +% is active in the OUTER scope at the point \\ actually executes, not the +% value the just-closed group asked for. This is not a stylistic +% preference; it was measured directly (a synthetic two-baselineskip test +% file, \fontsize{9}{9.7}...\\ in a closed group nested inside an OUTER +% \fontsize{9}{20}, produced an exact 20pt gap, not 9.7pt) and it is +% exactly the shape of bug the ORIGINAL (pre-retune) day box already had: +% every one of its \fontsize groups closed before its own \par, so the +% only thing actually controlling interline spacing throughout the whole +% box was the ambient \normalsize baselineskip (12pt at the old 10pt base) +% -- the box's own careful-looking 9pt/6.5pt \fontsize choices were, for +% LEADING purposes, inert. The fix used throughout below: \fontsize and +% \selectfont are issued INLINE (no enclosing group), immediately before +% the text they size, with \\ following in the SAME scope -- the size +% declared right before a line's own text is what governs the gap ABOVE +% that line, confirmed by the same synthetic test the other way (a 6.5pt/ +% 7pt declaration right before a small line tightens only that one gap). +% \bfseries/\mdseries are toggled the same inline way (no groups), which +% is why a stray unbalanced brace anywhere in this box would fail loudly +% at compile time rather than silently leak weight into later text. +% +% Two further, smaller finds while measuring the actual PDF, not assumed: +% tcolorbox's default rounded corners undercount a box's own true height +% when probed by scanning a fixed pixel column (the arc pulls the vertical +% edge away near each corner) -- \texttt{sharp corners} removes the +% ambiguity and, as a side effect, also matches Typst's own plain +% rectangular block() more closely. And \parskip is set to 0pt globally +% (\setlength{\parindent}{0pt} already was) since several day-box lines +% are still separate \LaTeX{} paragraphs (broken by \\, not \par, so this +% is defensive rather than load-bearing) and a nonzero default \parskip +% would otherwise add unpredictable glue between them. % % Every fixed string (headings, the Epistle/Gospel/Commemoration/Week % labels) comes from the view's term vocabulary rather than being written @@ -120,19 +160,21 @@ % alone cannot outline a filled rule. \newcommand{\swatch}[1]{\tikz[baseline=-0.6ex]{\fill[draw=black,line width=0.4pt,fill=#1] (0,0) rectangle (2.4ex,2.4ex);}} \pagestyle{fancy}\fancyhf{} -\fancyhead[C]{\small Ordo 2027 \textperiodcentered\ Roman Missal, 1962 typical edition} -\fancyfoot[C]{\small\thepage} +\fancyhead[C]{\fontsize{8}{9}\selectfont Ordo 2027 \textperiodcentered\ Roman Missal, 1962 typical edition} +\fancyfoot[C]{\fontsize{8}{9}\selectfont\thepage} \renewcommand{\headrulewidth}{0.4pt} \setlength{\parindent}{0pt} +\setlength{\parskip}{0pt} \begin{document} +\fontsize{9}{10.5}\selectfont \begin{center} -\Large\bfseries Ordo 2027\\[2pt] -\normalsize\mdseries Roman Missal, 1962 typical edition +\fontsize{18}{20}\selectfont\bfseries Ordo 2027\\[2pt] +\fontsize{9}{10.5}\selectfont\mdseries Roman Missal, 1962 typical edition \end{center} -\vspace{4mm} -{\bfseries Contents}\par\vspace{2mm} -\begin{small} +\vspace{3mm} +{\bfseries Contents}\par\vspace{1.5mm} +{\fontsize{8}{9.2}\selectfont \textbf{ January }\par \hspace*{4mm}Week I (Jan 1--2)\dotfill\pageref{w1-1}\par @@ -233,20 +275,20 @@ \hspace*{4mm}Week V (Dec 26--31)\dotfill\pageref{w12-5}\par -\end{small} +} \clearpage -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries January 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries January 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-1} -{\bfseries\large Week I }{\small (Jan 1--2)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week I (Jan 1--2)}\par\vspace{0.3mm} @@ -258,316 +300,296 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Octave Day of the Nativity }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Octave Day of the Nativity\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-2} -{\bfseries\large Week II }{\small (Jan 3--9)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week II (Jan 3--9)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Holy Name of Jesus }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Acts 4:8-12 \quad Gospel\ Luke 2:21 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Holy Name of Jesus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Acts 4:8-12 \quad Gospel\ Luke 2:21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday before Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday before Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday before Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Telesphorus Pope and Martyr } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday before Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Titus 2:11-15 \quad Gospel\ Luke 2:21 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Telesphorus Pope and Martyr \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Epiphany of Our Lord }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Epiphany of Our Lord\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ Matt 2:1-12 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-3} -{\bfseries\large Week III }{\small (Jan 10--16)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Jan 10--16)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Holy Family }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Col 3:12-17 \quad Gospel\ Luke 2:42-52 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Holy Family\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Col 3:12-17 \quad Gospel\ Luke 2:42-52 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 1st Week of the Time after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Rom 12:1-5 \quad Gospel\ Luke 2:42-52 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Hyginus Pope and Martyr } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 1st Week of the Time after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Rom 12:1-5 \quad Gospel\ Luke 2:42-52 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Hyginus Pope and Martyr \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 1st Week of the Time after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Rom 12:1-5 \quad Gospel\ Luke 2:42-52 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 1st Week of the Time after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Rom 12:1-5 \quad Gospel\ Luke 2:42-52 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Commemoration of the Baptism of the Lord }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ John 1:29-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Commemoration of the Baptism of the Lord\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Isa 60:1-6 \quad Gospel\ John 1:29-34 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Hilary }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ S. Felicis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Hilary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ S. Felicis \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Paul, the First Hermit }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Phil 3:7-12 \quad Gospel\ Matt 11:25-30 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Maur, Abbot } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Paul, the First Hermit\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Phil 3:7-12 \quad Gospel\ Matt 11:25-30 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Maur, Abbot \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Marcellus I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Marcellus I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-4} -{\bfseries\large Week IV }{\small (Jan 17--23)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week IV (Jan 17--23)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 2nd Sunday after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 2nd Sunday after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 2nd Week of the Time after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Prisca } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 2nd Week of the Time after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Prisca \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 2nd Week of the Time after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Canute, Martyr }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Marius, Martha, Audifax \& Abachum } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 2nd Week of the Time after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 12:6-16 \quad Gospel\ John 2:1-11 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Canute, Martyr\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Marius, Martha, Audifax \& Abachum \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Fabian \& Sebastian }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Heb 11:33-39 \quad Gospel\ Luke 6:17-23 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Fabian \& Sebastian\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Heb 11:33-39 \quad Gospel\ Luke 6:17-23 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Agnes }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Agnes\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Vincent \& Anastasius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 3:1-8 \quad Gospel\ Luke 21:9-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Vincent \& Anastasius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 3:1-8 \quad Gospel\ Luke 21:9-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Raymond of Peñafort }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Emerentiana } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Raymond of Peñafort\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Emerentiana \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-5} -{\bfseries\large Week V }{\small (Jan 24--30)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week V (Jan 24--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Septuagesima Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 9:24-27; 10:1-5 \quad Gospel\ Matt 20:1-16 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Septuagesima Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 9:24-27; 10:1-5 \quad Gospel\ Matt 20:1-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Conversion of St. Paul }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Acts 9:1-22 \quad Gospel\ Matt 19:27-29. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Peter } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Conversion of St. Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Acts 9:1-22 \quad Gospel\ Matt 19:27-29. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Peter \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Polycarp }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 John 3:10-16 \quad Gospel\ Matt 10:26-32. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Polycarp\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 John 3:10-16 \quad Gospel\ Matt 10:26-32. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John Chrysostom }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John Chrysostom\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Peter Nolasco }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Agnes } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Peter Nolasco\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Agnes \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Francis de Sales }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Francis de Sales\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Martina }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Martina\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w1-6} -{\bfseries\large Week VI }{\small (Jan 31)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week VI (Jan 31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sexagesima Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 11:19-33; 12:1-9 \quad Gospel\ Luke 8:4-15 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sexagesima Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 11:19-33; 12:1-9 \quad Gospel\ Luke 8:4-15 \end{tcolorbox} @@ -583,298 +605,282 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries February 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries February 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w2-1} -{\bfseries\large Week I }{\small (Feb 1--6)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week I (Feb 1--6)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Ignatius of Antioch }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Rom 8:35-39 \quad Gospel\ John 12:24-26 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Ignatius of Antioch\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Rom 8:35-39 \quad Gospel\ John 12:24-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Purification of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Mal 3:1-4 \quad Gospel\ Luke 2:22-32 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Purification of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Mal 3:1-4 \quad Gospel\ Luke 2:22-32 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 2nd Week of Septuagesimatide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 11:19-33; 12:1-9 \quad Gospel\ Luke 8:4-15 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Blaise } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 2nd Week of Septuagesimatide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 11:19-33; 12:1-9 \quad Gospel\ Luke 8:4-15 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Blaise \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Andrew Corsini }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Andrew Corsini\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Agatha }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor. 1:26-31 \quad Gospel\ Matt 19:3-12. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Agatha\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor. 1:26-31 \quad Gospel\ Matt 19:3-12. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Titus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Luke 10:1-9 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Dorothy } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Titus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Luke 10:1-9 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Dorothy \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w2-2} -{\bfseries\large Week II }{\small (Feb 7--13)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week II (Feb 7--13)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Quinquagesima Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 13:1-13 \quad Gospel\ Luke 18:31-43 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Quinquagesima Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 13:1-13 \quad Gospel\ Luke 18:31-43 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John of Matha }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John of Matha\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Cyril of Alexandria }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Appollonia } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Cyril of Alexandria\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Appollonia \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Ash Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Joel 2:12-19 \quad Gospel\ Matt 6:16-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Ash Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Joel 2:12-19 \quad Gospel\ Matt 6:16-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday after Ash Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 38:1-6 \quad Gospel\ Matt 8:5-13 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Our Lady of Lourdes } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday after Ash Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 38:1-6 \quad Gospel\ Matt 8:5-13 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Our Lady of Lourdes \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday after Ash Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 58:1-9 \quad Gospel\ Matt 5:43-48; 6:1-4 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Seven Holy Servite Founders } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday after Ash Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 58:1-9 \quad Gospel\ Matt 5:43-48; 6:1-4 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Seven Holy Servite Founders \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday after Ash Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 58:9-14 \quad Gospel\ Mark 6:47-56 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday after Ash Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 58:9-14 \quad Gospel\ Mark 6:47-56 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w2-3} -{\bfseries\large Week III }{\small (Feb 14--20)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Feb 14--20)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 1st Sunday of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 6:1-10 \quad Gospel\ Matt 4:1-11 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 1st Sunday of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ 2 Cor. 6:1-10 \quad Gospel\ Matt 4:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 1st Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 34:11-16 \quad Gospel\ Matt 25:31-46 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Faustinus \& Jovita } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 1st Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 34:11-16 \quad Gospel\ Matt 25:31-46 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Faustinus \& Jovita \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 1st Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 55:6-11 \quad Gospel\ Matt 21:10-17 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 1st Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 55:6-11 \quad Gospel\ Matt 21:10-17 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Lenten Ember Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kgs. 19:3-8 \quad Gospel\ Matt 12:38-50 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Lenten Ember Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kgs. 19:3-8 \quad Gospel\ Matt 12:38-50 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 1st Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 18:1-9 \quad Gospel\ Matt 15:21-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Simeon } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 1st Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 18:1-9 \quad Gospel\ Matt 15:21-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Simeon \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Lenten Ember Friday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 18:20-28 \quad Gospel\ John 5:1-15 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Lenten Ember Friday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Ezech 18:20-28 \quad Gospel\ John 5:1-15 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Lenten Ember Saturday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Thess. 5:14-23 \quad Gospel\ Matt 17:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Lenten Ember Saturday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Thess. 5:14-23 \quad Gospel\ Matt 17:1-9 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w2-4} -{\bfseries\large Week IV }{\small (Feb 21--27)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Feb 21--27)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 2nd Sunday of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ 1 Thess. 4:1-7 \quad Gospel\ Matt 17:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 2nd Sunday of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ 1 Thess. 4:1-7 \quad Gospel\ Matt 17:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Chair of St. Peter }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 1:1-7 \quad Gospel\ Matt 16:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Monday of the 2nd Week of Lent }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Paul } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Chair of St. Peter\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 1:1-7 \quad Gospel\ Matt 16:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Monday of the 2nd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Paul \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 2nd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 17:8-16 \quad Gospel\ Matt 23:1-12 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Peter Damien } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 2nd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 17:8-16 \quad Gospel\ Matt 23:1-12 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Peter Damien \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Matthias }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Acts 1:15-26 \quad Gospel\ Matt 11:25-30 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Wednesday of the 2nd Week of Lent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Matthias\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Acts 1:15-26 \quad Gospel\ Matt 11:25-30 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Wednesday of the 2nd Week of Lent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 2nd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 17:5-10 \quad Gospel\ Luke 16:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 2nd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 17:5-10 \quad Gospel\ Luke 16:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 2nd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Gen 37:6-22 \quad Gospel\ Matt 21:33-46 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 2nd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Gen 37:6-22 \quad Gospel\ Matt 21:33-46 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday of the 2nd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Gen 27:6-40 \quad Gospel\ Luke 15:11-32 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Gabriel of Our Lady of Sorrows } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday of the 2nd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Gen 27:6-40 \quad Gospel\ Luke 15:11-32 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Gabriel of Our Lady of Sorrows \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w2-5} -{\bfseries\large Week V }{\small (Feb 28)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week V (Feb 28)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 3rd Sunday of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Eph 5:1-9 \quad Gospel\ Luke 11:14-28 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 3rd Sunday of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Eph 5:1-9 \quad Gospel\ Luke 11:14-28 \end{tcolorbox} @@ -890,325 +896,304 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries March 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries March 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w3-1} -{\bfseries\large Week I }{\small (Mar 1--6)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Mar 1--6)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 5:1-15 \quad Gospel\ Luke 4:23-30 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 5:1-15 \quad Gospel\ Luke 4:23-30 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 4:1-7 \quad Gospel\ Matt 18:15-22 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 4:1-7 \quad Gospel\ Matt 18:15-22 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ex 20:12-24 \quad Gospel\ Matt 15:1-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ex 20:12-24 \quad Gospel\ Matt 15:1-20 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 7:1-7 \quad Gospel\ Luke 4:38-44. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Casimir }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Lucius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 7:1-7 \quad Gospel\ Luke 4:38-44. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Casimir\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Lucius \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Num 20:1, 3; 6-13. \quad Gospel\ John 4:5-42 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Num 20:1, 3; 6-13. \quad Gospel\ John 4:5-42 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday of the 3rd Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 13:1-9, 15-17, 19-30, 33-62. \quad Gospel\ John 8:1-11 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Felicitas \& Perpetua } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday of the 3rd Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 13:1-9, 15-17, 19-30, 33-62. \quad Gospel\ John 8:1-11 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Felicitas \& Perpetua \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w3-2} -{\bfseries\large Week II }{\small (Mar 7--13)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Mar 7--13)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolrose}\par -{\fontsize{9}{10.2}\selectfont\bfseries 4th Sunday of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Rose \quad Epistle\ Gal 4:22-31 \quad Gospel\ John 6:1-15 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolrose}\\ +\fontsize{9}{9.7}\selectfont\bfseries 4th Sunday of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Rose \quad Epistle\ Gal 4:22-31 \quad Gospel\ John 6:1-15 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 3:16-28 \quad Gospel\ John 2:13-25 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. John of God } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 3:16-28 \quad Gospel\ John 2:13-25 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. John of God \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ex 32:7-14 \quad Gospel\ John 7:14-31 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Frances Rome } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ex 32:7-14 \quad Gospel\ John 7:14-31 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Frances Rome \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa. 1:16-19 \quad Gospel\ John 9:1-38 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Forty Holy Martyrs of Sebaste } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa. 1:16-19 \quad Gospel\ John 9:1-38 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Forty Holy Martyrs of Sebaste \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 4:25-38 \quad Gospel\ Luke 7:11-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 4 Kings 4:25-38 \quad Gospel\ Luke 7:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 17:17-24 \quad Gospel\ John 11:1-45 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Gregory the Great } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ 3 Kings 17:17-24 \quad Gospel\ John 11:1-45 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Gregory the Great \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday of the 4th Week of Lent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 49:8-15 \quad Gospel\ John 8:12-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday of the 4th Week of Lent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Isa 49:8-15 \quad Gospel\ John 8:12-20 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w3-3} -{\bfseries\large Week III }{\small (Mar 14--20)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Mar 14--20)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Passion Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Heb 9:11-15. \quad Gospel\ John 8:46-59. } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Passion Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Heb 9:11-15. \quad Gospel\ John 8:46-59. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 1st Week of Passion Week }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jonas 3:1-10 \quad Gospel\ John 7:32-39 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 1st Week of Passion Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jonas 3:1-10 \quad Gospel\ John 7:32-39 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 1st Week of Passion Week }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 14:27, 28-42 \quad Gospel\ John 7:1-13 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 1st Week of Passion Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 14:27, 28-42 \quad Gospel\ John 7:1-13 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 1st Week of Passion Week }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Lev 19:1-2, 11-19, 25 \quad Gospel\ John 10:22-38 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Patrick } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 1st Week of Passion Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Lev 19:1-2, 11-19, 25 \quad Gospel\ John 10:22-38 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Patrick \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 1st Week of Passion Week }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 3:25, 34-45. \quad Gospel\ Luke 7:36-50 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Cyril of Jerusalem } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 1st Week of Passion Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Dan 3:25, 34-45. \quad Gospel\ Luke 7:36-50 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Cyril of Jerusalem \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Joseph, Spouse of the Bl. Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 1:18-21 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Friday of the 1st Week of Passion Week } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Joseph, Spouse of the Bl. Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 1:18-21 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Friday of the 1st Week of Passion Week \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday of the 1st Week of Passion Week }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 18:18-23 \quad Gospel\ John 12:10-36 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday of the 1st Week of Passion Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Jer 18:18-23 \quad Gospel\ John 12:10-36 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w3-4} -{\bfseries\large Week IV }{\small (Mar 21--27)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week IV (Mar 21--27)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Palm Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Phil 2:5-11 \quad Gospel\ Matt. 26:36-75; 27:1-60. } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Palm Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Phil 2:5-11 \quad Gospel\ Matt. 26:36-75; 27:1-60. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of Holy Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Isa 50:5-10 \quad Gospel\ John 12:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of Holy Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Isa 50:5-10 \quad Gospel\ John 12:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of Holy Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Jer 11:18-20 \quad Gospel\ Mark 14:32-72; 15, 1-46 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of Holy Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Jer 11:18-20 \quad Gospel\ Mark 14:32-72; 15, 1-46 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of Holy Week (Spy Wednesday) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Isa 53:1-12 \quad Gospel\ Luke 22:39-71; 23:1-53 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of Holy Week (Spy Wednesday)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Isa 53:1-12 \quad Gospel\ Luke 22:39-71; 23:1-53 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Holy Thursday (Maundy Thursday) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 11:20-32 \quad Gospel\ John 13:1-15 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Holy Thursday (Maundy Thursday)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 11:20-32 \quad Gospel\ John 13:1-15 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolblack}\par -{\fontsize{9}{10.2}\selectfont\bfseries Good Friday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Black \quad Epistle\ Ex 12:1-11 \quad Gospel\ John 18:1-40; 19:1-42 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolblack}\\ +\fontsize{9}{9.7}\selectfont\bfseries Good Friday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Black \quad Epistle\ Ex 12:1-11 \quad Gospel\ John 18:1-40; 19:1-42 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Holy Saturday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Col 3:1-4 \quad Gospel\ Matt 28:1-7 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Holy Saturday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Col 3:1-4 \quad Gospel\ Matt 28:1-7 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w3-5} -{\bfseries\large Week V }{\small (Mar 28--31)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Mar 28--31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Easter Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 5:7-8 \quad Gospel\ Mark 16:1-7 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Easter Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 5:7-8 \quad Gospel\ Mark 16:1-7 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Acts 10:37-43. \quad Gospel\ Luke 24:13-35 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Acts 10:37-43. \quad Gospel\ Luke 24:13-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Acts 13:16; 13:26-33 \quad Gospel\ Luke 24:36-47 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Acts 13:16; 13:26-33 \quad Gospel\ Luke 24:36-47 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Acts 3:13-15; 3:17-19 \quad Gospel\ John 21:1-14 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Acts 3:13-15; 3:17-19 \quad Gospel\ John 21:1-14 \end{tcolorbox} @@ -1218,19 +1203,18 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries April 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries April 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w4-1} -{\bfseries\large Week I }{\small (Apr 1--3)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week I (Apr 1--3)}\par\vspace{0.3mm} @@ -1240,318 +1224,292 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Acts 8:26-40 \quad Gospel\ John 20:11-18 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Acts 8:26-40 \quad Gospel\ John 20:11-18 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 Pet 3:18-22 \quad Gospel\ Matt 28:16-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 Pet 3:18-22 \quad Gospel\ Matt 28:16-20 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Saturday of Easter Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:1-10 \quad Gospel\ John 20:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Saturday of Easter Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:1-10 \quad Gospel\ John 20:1-9 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w4-2} -{\bfseries\large Week II }{\small (Apr 4--10)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Apr 4--10)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Low Sunday (Sunday in Easter Octave) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Low Sunday (Sunday in Easter Octave)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Annunciation of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Isa 7:10-15 \quad Gospel\ Luke 1:26-38 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Annunciation of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Isa 7:10-15 \quad Gospel\ Luke 1:26-38 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 2nd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 2nd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 2nd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 2nd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 2nd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 2nd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 2nd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 2nd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 John 5:4-10 \quad Gospel\ John 20:19-31 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w4-3} -{\bfseries\large Week III }{\small (Apr 11--17)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Apr 11--17)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 2nd Sunday after Easter }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 2nd Sunday after Easter\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 3rd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 3rd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Hermenegild }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:10-14 \quad Gospel\ Luke 14:26-33. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Hermenegild\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:10-14 \quad Gospel\ Luke 14:26-33. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Justin }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor 1:18-25; 1:30; \quad Gospel\ Luke 12:2-8 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Tiburtius, Valerian et Maximus, Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Justin\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor 1:18-25; 1:30; \quad Gospel\ Luke 12:2-8 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Tiburtius, Valerian et Maximus, Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 3rd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 3rd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 3rd Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 3rd Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:21-25 \quad Gospel\ John 10:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Anicetus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Anicetus \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w4-4} -{\bfseries\large Week IV }{\small (Apr 18--24)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Apr 18--24)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 3rd Sunday after Easter }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 3rd Sunday after Easter\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 4th Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 4th Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 4th Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 4th Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Anselm }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Anselm\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Soter \& Caius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Soter \& Caius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 4th Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. George } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 4th Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 2:11-19 \quad Gospel\ John 16:16-22 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. George \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Fidelis of Sigmaringen }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:1-5 \quad Gospel\ John 15:1-7 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Fidelis of Sigmaringen\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:1-5 \quad Gospel\ John 15:1-7 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w4-5} -{\bfseries\large Week V }{\small (Apr 25--30)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Apr 25--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 4th Sunday after Easter }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Jas 1:17-21 \quad Gospel\ John 16:5-14 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ The Major Litanies } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 4th Sunday after Easter\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Jas 1:17-21 \quad Gospel\ John 16:5-14 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ The Major Litanies \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Cletus \& Marcellinus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Cletus \& Marcellinus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Peter Canisius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Peter Canisius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Paul of the Cross }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 1:17-25. \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Paul of the Cross\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 1:17-25. \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Peter of Verona }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Tim. 2:8-10; 3:10-12. \quad Gospel\ Matt 10:34-42 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Peter of Verona\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Tim. 2:8-10; 3:10-12. \quad Gospel\ Matt 10:34-42 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Catherine of Siena }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Catherine of Siena\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries May 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries May 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-1} -{\bfseries\large Week I }{\small (May 1)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week I (May 1)}\par\vspace{0.3mm} @@ -1565,316 +1523,293 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Joseph the Workman }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Col. 3:14-15, 17, 23-24 \quad Gospel\ Matt 13:54-58 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Joseph the Workman\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Col. 3:14-15, 17, 23-24 \quad Gospel\ Matt 13:54-58 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-2} -{\bfseries\large Week II }{\small (May 2--8)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (May 2--8)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 5th Sunday after Easter }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Jas 1:22-27 \quad Gospel\ John 16:23-30 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 5th Sunday after Easter\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Jas 1:22-27 \quad Gospel\ John 16:23-30 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Rogation Monday }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Violet \quad Epistle\ Jas 1:22-27 \quad Gospel\ John 16:23-30 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Alexander \& Companions } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Rogation Monday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Violet \quad Epistle\ Jas 1:22-27 \quad Gospel\ John 16:23-30 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Alexander \& Companions \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Monica }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 5:3-10. \quad Gospel\ Luke 7:11-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Monica\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 5:3-10. \quad Gospel\ Luke 7:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of the Ascension }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Eph. 4:7-13. \quad Gospel\ John 17:1-11. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Pius V } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of the Ascension\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Eph. 4:7-13. \quad Gospel\ John 17:1-11. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Pius V \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Ascension of Our Lord }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Acts 1:1-11 \quad Gospel\ Mark 16:14-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Ascension of Our Lord\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Acts 1:1-11 \quad Gospel\ Mark 16:14-20 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Stanislaus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:1-5 \quad Gospel\ John 15:1-7 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Stanislaus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:1-5 \quad Gospel\ John 15:1-7 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ John 19:25-27 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-3} -{\bfseries\large Week III }{\small (May 9--15)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week III (May 9--15)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sunday after the Ascension }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 4:7-11. \quad Gospel\ John 15:26-27; 16:1-4. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sunday after the Ascension\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 4:7-11. \quad Gospel\ John 15:26-27; 16:1-4. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Antoninus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Gordiano and Epimacho } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Antoninus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Gordiano and Epimacho \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Philip \& James }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Wis. 5:1-5 \quad Gospel\ John 14:1-13 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Philip \& James\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Wis. 5:1-5 \quad Gospel\ John 14:1-13 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Nereus, Achilleus, Domitilla, \& Pancras }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis. 5:1-5 \quad Gospel\ John 4:46-53 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Nereus, Achilleus, Domitilla, \& Pancras\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis. 5:1-5 \quad Gospel\ John 4:46-53 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Robert Bellarmine }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 7:7-14. \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Robert Bellarmine\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 7:7-14. \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 7th Week of Eastertide }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 4:7-11. \quad Gospel\ John 15:26-27; 16:1-4. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Boniface } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 7th Week of Eastertide\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ 1 Pet 4:7-11. \quad Gospel\ John 15:26-27; 16:1-4. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Boniface \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 19:1-8. \quad Gospel\ John 14:15-21. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 19:1-8. \quad Gospel\ John 14:15-21. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-4} -{\bfseries\large Week IV }{\small (May 16--22)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week IV (May 16--22)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Pentecost Sunday (Whitsunday) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 2:1-11. \quad Gospel\ John 14:23-31. } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Pentecost Sunday (Whitsunday)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 2:1-11. \quad Gospel\ John 14:23-31. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of Pentecost Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 10:34, 42-48 \quad Gospel\ John 3:16-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of Pentecost Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 10:34, 42-48 \quad Gospel\ John 3:16-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of Pentecost Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 8:14-17. \quad Gospel\ John 10:1-10. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of Pentecost Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 8:14-17. \quad Gospel\ John 10:1-10. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Pentecost Ember Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 5:12-16 \quad Gospel\ John 6:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Pentecost Ember Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 5:12-16 \quad Gospel\ John 6:44-52. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of Pentecost Week }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 8:5-8 \quad Gospel\ Luke 9:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of Pentecost Week\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 8:5-8 \quad Gospel\ Luke 9:1-6 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Pentecost Ember Friday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Joel 2:23-24; 26-27 \quad Gospel\ Luke 5:17-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Pentecost Ember Friday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Joel 2:23-24; 26-27 \quad Gospel\ Luke 5:17-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Pentecost Ember Saturday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Rom 5:1-5. \quad Gospel\ Luke 4:38-44. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Pentecost Ember Saturday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Rom 5:1-5. \quad Gospel\ Luke 4:38-44. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-5} -{\bfseries\large Week V }{\small (May 23--29)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (May 23--29)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Trinity Sunday }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Rom 11:33-36. \quad Gospel\ Matt 28:18-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Trinity Sunday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Rom 11:33-36. \quad Gospel\ Matt 28:18-20 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 1st Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 4:8-21 \quad Gospel\ Luke 6:36-42 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 1st Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 4:8-21 \quad Gospel\ Luke 6:36-42 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Gregory VII }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Urban, Pope and Martyr } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Gregory VII\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Urban, Pope and Martyr \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Philip Neri }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 7:7-14. \quad Gospel\ Luke 12:35-40 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ S. Eleutherius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Philip Neri\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 7:7-14. \quad Gospel\ Luke 12:35-40 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ S. Eleutherius \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Corpus Christi }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 11:23-29 \quad Gospel\ John 6:56-59 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Corpus Christi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ 1 Cor 11:23-29 \quad Gospel\ John 6:56-59 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Augustine of Canterbury }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Thess 2:2-9 \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Augustine of Canterbury\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Thess 2:2-9 \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Mary Magdalene de Pazzi }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Mary Magdalene de Pazzi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w5-6} -{\bfseries\large Week VI }{\small (May 30--31)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week VI (May 30--31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 2nd Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 2nd Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Queenship of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Eccli 24:5; 14:7; 14:9-11; 24:30-31 \quad Gospel\ Luke 1:26-33 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Petronilla } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Queenship of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Eccli 24:5; 14:7; 14:9-11; 24:30-31 \quad Gospel\ Luke 1:26-33 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Petronilla \end{tcolorbox} @@ -1888,318 +1823,295 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries June 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries June 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w6-1} -{\bfseries\large Week I }{\small (Jun 1--5)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Jun 1--5)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Angela Merici }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Angela Merici\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 2nd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Marcellinus, Peter, \& Erasmus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 2nd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Marcellinus, Peter, \& Erasmus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 2nd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 2nd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 John 3:13-18. \quad Gospel\ Luke 14:16-24. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Sacred Heart of Jesus }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Eph 3:8-12, 14-19 \quad Gospel\ John 19:31-37 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Sacred Heart of Jesus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Eph 3:8-12, 14-19 \quad Gospel\ John 19:31-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Boniface }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Ecclus 44:1-15 \quad Gospel\ Matt 5:1-12 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Boniface\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Ecclus 44:1-15 \quad Gospel\ Matt 5:1-12 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w6-2} -{\bfseries\large Week II }{\small (Jun 6--12)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Jun 6--12)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 3rd Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 3rd Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 3rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 3rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 3rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 3rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 3rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Primus \& Felicianus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 3rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Pet. 5:6-11 \quad Gospel\ Luke 15:1-10 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Primus \& Felicianus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Margaret of Scotland }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Margaret of Scotland\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Barnabas }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Acts 11:21-26; 13:1-3 \quad Gospel\ Matt 10:16-22 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Barnabas\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Acts 11:21-26; 13:1-3 \quad Gospel\ Matt 10:16-22 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John of San Fecundo }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Basilidus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John of San Fecundo\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Basilidus \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w6-3} -{\bfseries\large Week III }{\small (Jun 13--19)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Jun 13--19)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 4th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 4th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Basil the Great }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Luke 14:26-35 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Basil the Great\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Luke 14:26-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 4th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Vitus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 4th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Vitus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 4th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 4th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:18-23 \quad Gospel\ Luke 5:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Gregory Barbarigo }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Gregory Barbarigo\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Ephrem of Syria }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Ss. Marcus and Marcellianus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Ephrem of Syria\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Ss. Marcus and Marcellianus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Julia of Falconieri }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Gervasius and Protasius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Julia of Falconieri\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Gervasius and Protasius \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w6-4} -{\bfseries\large Week IV }{\small (Jun 20--26)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Jun 20--26)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 5th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Pet 3:8-15. \quad Gospel\ Matt 5:20-24. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 5th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Pet 3:8-15. \quad Gospel\ Matt 5:20-24. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Aloysius Gongzaga }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 22:29-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Aloysius Gongzaga\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 22:29-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Paulinus of Nola }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor. 8:9-15 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Paulinus of Nola\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor. 8:9-15 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of the Nativity of St. John the Baptist }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Jer 1:4-10 \quad Gospel\ Luke 1:5-17 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of the Nativity of St. John the Baptist\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Jer 1:4-10 \quad Gospel\ Luke 1:5-17 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Nativity of St. John the Baptist }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Isa 49:1-3, 5-7. \quad Gospel\ Luke 1:57-68 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Nativity of St. John the Baptist\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Isa 49:1-3, 5-7. \quad Gospel\ Luke 1:57-68 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. William }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 19:27-29. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. William\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 19:27-29. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. John \& Paul }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Eccli 44:10-15 \quad Gospel\ Luke 12:1-8 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. John \& Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Eccli 44:10-15 \quad Gospel\ Luke 12:1-8 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w6-5} -{\bfseries\large Week V }{\small (Jun 27--30)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week V (Jun 27--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 6th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 6:3-11. \quad Gospel\ Mark 8:1-9 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 6th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 6:3-11. \quad Gospel\ Mark 8:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of Sts. Peter \& Paul }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Acts 3:1-10 \quad Gospel\ John 21:15-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of Sts. Peter \& Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Acts 3:1-10 \quad Gospel\ John 21:15-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Peter \& Paul }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 12:1-11 \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Peter \& Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Acts 12:1-11 \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries In Commemoratione Sancti Pauli Apostoli }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Gal 1:11-20 \quad Gospel\ Matt 10:16-22 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Peter } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries In Commemoratione Sancti Pauli Apostoli\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Gal 1:11-20 \quad Gospel\ Matt 10:16-22 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Peter \end{tcolorbox} @@ -2209,18 +2121,18 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries July 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries July 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w7-1} -{\bfseries\large Week I }{\small (Jul 1--3)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Jul 1--3)}\par\vspace{0.3mm} @@ -2231,629 +2143,592 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Precious Blood of Our Lord Jesus Christ }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Red \quad Epistle\ Heb 9:11-15. \quad Gospel\ John 19:30-35 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Precious Blood of Our Lord Jesus Christ\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Red \quad Epistle\ Heb 9:11-15. \quad Gospel\ John 19:30-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Visitation of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Song 2:8-14 \quad Gospel\ Luke 1:39-47 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ SS. Processus and Martinian } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Visitation of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Song 2:8-14 \quad Gospel\ Luke 1:39-47 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ SS. Processus and Martinian \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Irenaeus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Tim. 3:14-17; 4:1-5 \quad Gospel\ Matt 10:28-33 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Irenaeus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Tim. 3:14-17; 4:1-5 \quad Gospel\ Matt 10:28-33 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w7-2} -{\bfseries\large Week II }{\small (Jul 4--10)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Jul 4--10)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 7th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 7th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Anthony Mary Zaccariah }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 4:8-16 \quad Gospel\ Mark 10:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Anthony Mary Zaccariah\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 4:8-16 \quad Gospel\ Mark 10:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 7th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 7th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Cyril \& Methodius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 7:23-27 \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Cyril \& Methodius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 7:23-27 \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Elizabeth of Portugal }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Elizabeth of Portugal\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 7th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 7th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 6:19-23 \quad Gospel\ Matt 7:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Seven Holy Brothers and Sts. Rufina \& Secunda }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 12:46-50 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Seven Holy Brothers and Sts. Rufina \& Secunda\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 12:46-50 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w7-3} -{\bfseries\large Week III }{\small (Jul 11--17)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Jul 11--17)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 8th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 8th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John Gualbert }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 5:43-48 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Ss. Naboris et Felicis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John Gualbert\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 5:43-48 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Ss. Naboris et Felicis \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 8th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 8th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Bonaventure }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Bonaventure\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Henry the Emperor }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Henry the Emperor\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 8th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Our Lady of Mt. Carmel } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 8th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Rom 8:12-17 \quad Gospel\ Luke 16:1-9 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Our Lady of Mt. Carmel \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Alexis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Alexis \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w7-4} -{\bfseries\large Week IV }{\small (Jul 18--24)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week IV (Jul 18--24)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 9th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 10:6-13 \quad Gospel\ Luke 19:41-47 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 9th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 10:6-13 \quad Gospel\ Luke 19:41-47 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Vincent de Paul }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Vincent de Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Jerome Emiliani }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Isa 58:7-11 \quad Gospel\ Matt 19:13-21 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Margaret } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Jerome Emiliani\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Isa 58:7-11 \quad Gospel\ Matt 19:13-21 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Margaret \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Laurence of Brindisi }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Praxedis Virginis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Laurence of Brindisi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Praxedis Virginis \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Mary Magdalene }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Song 3:2-5; 8:6-7 \quad Gospel\ Luke 7:36-50 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Mary Magdalene\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Song 3:2-5; 8:6-7 \quad Gospel\ Luke 7:36-50 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Apollinaris }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet. 5:1-11 \quad Gospel\ Luke 22:24-30 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ S. Liborii } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Apollinaris\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet. 5:1-11 \quad Gospel\ Luke 22:24-30 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ S. Liborii \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Christina } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Christina \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w7-5} -{\bfseries\large Week V }{\small (Jul 25--31)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Jul 25--31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 10th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. James the Greater } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 10th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. James the Greater \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Anne, Mother of the Blessed Virgin }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Anne, Mother of the Blessed Virgin\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 10th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Pantaleon } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 10th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Pantaleon \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Nazarius \& Celsus, St. Victor I \& St. Innocent I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:17-20 \quad Gospel\ Luke 21:9-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Nazarius \& Celsus, St. Victor I \& St. Innocent I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:17-20 \quad Gospel\ Luke 21:9-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Martha }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Luke 10:38-42 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Ss. Felicis, Simplicii, Faustini et Beatricis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Martha\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Luke 10:38-42 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Ss. Felicis, Simplicii, Faustini et Beatricis \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 10th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Abdon \& Sennen } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 10th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 12:2-11 \quad Gospel\ Luke 18:9-14 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Abdon \& Sennen \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Ignatius Loyola }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 2:8-10; 3:10-12. \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Ignatius Loyola\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 2:8-10; 3:10-12. \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries August 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries August 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w8-1} -{\bfseries\large Week I }{\small (Aug 1--7)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week I (Aug 1--7)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 11th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 15:1-10 \quad Gospel\ Mark 7:31-37 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 11th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 15:1-10 \quad Gospel\ Mark 7:31-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Alphonsus Liguori }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 2:1-7 \quad Gospel\ Luke 10:1-9 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Stephen I, Pope and Martyr } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Alphonsus Liguori\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 2:1-7 \quad Gospel\ Luke 10:1-9 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Stephen I, Pope and Martyr \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 11th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 15:1-10 \quad Gospel\ Mark 7:31-37 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 11th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 15:1-10 \quad Gospel\ Mark 7:31-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Dominic }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 4:1-8 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Dominic\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim. 4:1-8 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Dedication of the Basilica of St. Mary Major }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Dedication of the Basilica of St. Mary Major\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Transfiguration of Our Lord }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ 2 Pet. 1:16-19 \quad Gospel\ Matt 17:1-9 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Pope Sixtus II, Felicissimus and Agapitus, Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Transfiguration of Our Lord\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ 2 Pet. 1:16-19 \quad Gospel\ Matt 17:1-9 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Pope Sixtus II, Felicissimus and Agapitus, Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Cajetan }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 6:24-33 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Donatus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Cajetan\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 6:24-33 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Donatus \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w8-2} -{\bfseries\large Week II }{\small (Aug 8--14)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week II (Aug 8--14)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 12th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 12th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of St. Lawrence }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ecclus 51:1-8, 12 \quad Gospel\ Matt 16:24-27 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Romanus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of St. Lawrence\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Ecclus 51:1-8, 12 \quad Gospel\ Matt 16:24-27 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Romanus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Lawrence }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 9:6-10 \quad Gospel\ John 12:24-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Lawrence\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 9:6-10 \quad Gospel\ John 12:24-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 12th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Tiburtius \& Susanna } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 12th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Tiburtius \& Susanna \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Clare }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Clare\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 12th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Hippolytus \& Cassian } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 12th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 2 Cor. 3:4-9 \quad Gospel\ Luke 10:23-37 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Hippolytus \& Cassian \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of the Assumption }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Sir 24:23-31 \quad Gospel\ Luke 11:27-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Eusebius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of the Assumption\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Sir 24:23-31 \quad Gospel\ Luke 11:27-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Eusebius \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w8-3} -{\bfseries\large Week III }{\small (Aug 15--21)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week III (Aug 15--21)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Assumption of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Judith 13:22-25; 15:10 \quad Gospel\ Luke 1:41-50 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ 13th Sunday after Pentecost } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Assumption of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Judith 13:22-25; 15:10 \quad Gospel\ Luke 1:41-50 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ 13th Sunday after Pentecost \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Joachim, Father of the Blessed Virgin }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 1:1-16 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Joachim, Father of the Blessed Virgin\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Matt 1:1-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Hyacinth }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Hyacinth\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 13th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 3:16-22 \quad Gospel\ Luke 17:11-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Agapitus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 13th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 3:16-22 \quad Gospel\ Luke 17:11-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Agapitus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John Eudes }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John Eudes\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Bernard of Clairvaux }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 39:6-14 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Bernard of Clairvaux\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 39:6-14 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Jane Frances de Chantal }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Jane Frances de Chantal\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w8-4} -{\bfseries\large Week IV }{\small (Aug 22--28)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Aug 22--28)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 14th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Gal 5:16-24 \quad Gospel\ Matt 6:24-33 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Immaculate Heart of Mary } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 14th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Gal 5:16-24 \quad Gospel\ Matt 6:24-33 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Immaculate Heart of Mary \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Philip Benizi }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Philip Benizi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Bartholomew }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor. 12:27-31 \quad Gospel\ Luke 6:12-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Bartholomew\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ 1 Cor. 12:27-31 \quad Gospel\ Luke 6:12-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Louis IX }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 10:10-14 \quad Gospel\ Luke 19:12-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Louis IX\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 10:10-14 \quad Gospel\ Luke 19:12-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 14th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 5:16-24 \quad Gospel\ Matt 6:24-33 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Zephyrinus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 14th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 5:16-24 \quad Gospel\ Matt 6:24-33 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Zephyrinus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Joseph Calasance }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 10:10-14 \quad Gospel\ Matt 18:1-5 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Joseph Calasance\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Wis 10:10-14 \quad Gospel\ Matt 18:1-5 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Augustine }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Hermes } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Augustine\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Hermes \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w8-5} -{\bfseries\large Week V }{\small (Aug 29--31)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week V (Aug 29--31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 15th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Gal 5:25-26; 6:1-10 \quad Gospel\ Luke 7:11-16 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 15th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Gal 5:25-26; 6:1-10 \quad Gospel\ Luke 7:11-16 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Rose of Lima }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Felix and Adauctus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Rose of Lima\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Felix and Adauctus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Raymond Nonnatus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Raymond Nonnatus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} @@ -2865,18 +2740,18 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries September 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries September 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w9-1} -{\bfseries\large Week I }{\small (Sep 1--4)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Sep 1--4)}\par\vspace{0.3mm} @@ -2885,300 +2760,282 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 15th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 5:25-26; 6:1-10 \quad Gospel\ Luke 7:11-16 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Giles }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Twelve Holy Brothers, Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 15th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Gal 5:25-26; 6:1-10 \quad Gospel\ Luke 7:11-16 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Giles\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Twelve Holy Brothers, Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Stephen of Hungary }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 19:12-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Stephen of Hungary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 19:12-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Pius X }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Thess. 2:2-8 \quad Gospel\ John 21:15-17 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Pius X\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Thess. 2:2-8 \quad Gospel\ John 21:15-17 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w9-2} -{\bfseries\large Week II }{\small (Sep 5--11)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Sep 5--11)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 16th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 16th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 16th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 16th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 16th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 16th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Nativity of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-35 \quad Gospel\ Matt 1:1-16 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ S. Hadriani } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Nativity of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-35 \quad Gospel\ Matt 1:1-16 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ S. Hadriani \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 16th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Gorgonius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 16th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 3:13-21 \quad Gospel\ Luke 14:1-11 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Gorgonius \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Nicholas of Tolentino }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Nicholas of Tolentino\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Protus \& Hyacinth } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Protus \& Hyacinth \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w9-3} -{\bfseries\large Week III }{\small (Sep 12--18)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week III (Sep 12--18)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 17th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 17th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 17th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 17th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Exaltation of the Holy Cross }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Phil 2:5-11 \quad Gospel\ John 12:31-36 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Exaltation of the Holy Cross\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Phil 2:5-11 \quad Gospel\ John 12:31-36 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Seven Sorrows of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Judith 13:22; 13:23-25 \quad Gospel\ John 19:25-27 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ S. Nicomedes } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Seven Sorrows of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Judith 13:22; 13:23-25 \quad Gospel\ John 19:25-27 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ S. Nicomedes \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Cornelius \& Cyprian }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 3:1-8 \quad Gospel\ Luke 21:9-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Euphemia, Lucy and Geminianus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Cornelius \& Cyprian\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 3:1-8 \quad Gospel\ Luke 21:9-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Euphemia, Lucy and Geminianus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 17th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Stigmata of St. Francis } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 17th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:1-6 \quad Gospel\ Matt 22:34-46 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Stigmata of St. Francis \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Joseph of Cupertino }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 13:1-8 \quad Gospel\ Matt 22:1-14 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Joseph of Cupertino\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 13:1-8 \quad Gospel\ Matt 22:1-14 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w9-4} -{\bfseries\large Week IV }{\small (Sep 19--25)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Sep 19--25)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 18th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 1:4-8 \quad Gospel\ Matt 9:1-8 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 18th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 1:4-8 \quad Gospel\ Matt 9:1-8 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 18th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 1:4-8 \quad Gospel\ Matt 9:1-8 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Eustace \& Companions } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 18th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ 1 Cor. 1:4-8 \quad Gospel\ Matt 9:1-8 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Eustace \& Companions \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Matthew }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Ezek 1:10-14 \quad Gospel\ Matt 9:9-13 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Matthew\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Ezek 1:10-14 \quad Gospel\ Matt 9:9-13 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries September Ember Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Esd. 8:1-10 \quad Gospel\ Mark 9:16-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Thomas of Villanova } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries September Ember Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Esd. 8:1-10 \quad Gospel\ Mark 9:16-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Thomas of Villanova \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Linus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Thecla } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Linus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Thecla \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries September Ember Friday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Osee 14:2-10 \quad Gospel\ Luke 7:36-50 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Our Lady of Ransom } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries September Ember Friday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Osee 14:2-10 \quad Gospel\ Luke 7:36-50 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Our Lady of Ransom \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries September Ember Saturday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Heb 9:2-12 \quad Gospel\ Luke 13:6-17 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries September Ember Saturday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Heb 9:2-12 \quad Gospel\ Luke 13:6-17 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w9-5} -{\bfseries\large Week V }{\small (Sep 26--30)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Sep 26--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 19th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 4:23-28 \quad Gospel\ Matt 22:1-14 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 19th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 4:23-28 \quad Gospel\ Matt 22:1-14 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Cosmas \& Damian }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:16-20 \quad Gospel\ Luke 6:17-23 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Cosmas \& Damian\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 5:16-20 \quad Gospel\ Luke 6:17-23 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Wenceslaus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:10-14 \quad Gospel\ Matt 10:34-42 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Wenceslaus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Wis 10:10-14 \quad Gospel\ Matt 10:34-42 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Dedication of St. Michael the Archangel }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Rev 1:1-5 \quad Gospel\ Matt 18:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Dedication of St. Michael the Archangel\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Rev 1:1-5 \quad Gospel\ Matt 18:1-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Jerome }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Jerome\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} @@ -3186,18 +3043,18 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries October 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries October 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-1} -{\bfseries\large Week I }{\small (Oct 1--2)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Oct 1--2)}\par\vspace{0.3mm} @@ -3210,316 +3067,294 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 19th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:23-28 \quad Gospel\ Matt 22:1-14 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Remigius } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 19th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 4:23-28 \quad Gospel\ Matt 22:1-14 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Remigius \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Holy Guardian Angels }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Exod 23:20-23 \quad Gospel\ Matt 18:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Holy Guardian Angels\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Exod 23:20-23 \quad Gospel\ Matt 18:1-10 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-2} -{\bfseries\large Week II }{\small (Oct 3--9)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Oct 3--9)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 20th Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 5:15-21 \quad Gospel\ John 4:46-53 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 20th Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 5:15-21 \quad Gospel\ John 4:46-53 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Francis of Assisi }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Gal 6:14-18 \quad Gospel\ Matt 11:25-30 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Francis of Assisi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Gal 6:14-18 \quad Gospel\ Matt 11:25-30 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 20th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 5:15-21 \quad Gospel\ John 4:46-53 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Placid \& Companions } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 20th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 5:15-21 \quad Gospel\ John 4:46-53 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Placid \& Companions \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Bruno }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Bruno\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady of the Rosary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-24, 32-35. \quad Gospel\ Luke 1:26-38 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Mark I } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady of the Rosary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-24, 32-35. \quad Gospel\ Luke 1:26-38 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Mark I \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Bridget of Sweden }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 5:3-10. \quad Gospel\ Matt 13:44-52. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Ss. Sergio, Baccho, Marcello and Apulejo Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Bridget of Sweden\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Tim. 5:3-10. \quad Gospel\ Matt 13:44-52. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Ss. Sergio, Baccho, Marcello and Apulejo Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John Leonardi }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 4:1-6; 4:15-18 \quad Gospel\ Luke 10:1-9 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Dionysius and companions } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John Leonardi\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 4:1-6; 4:15-18 \quad Gospel\ Luke 10:1-9 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Dionysius and companions \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-3} -{\bfseries\large Week III }{\small (Oct 10--16)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Oct 10--16)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 21st Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 6:10-17 \quad Gospel\ Matt 18:23-35 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 21st Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Eph 6:10-17 \quad Gospel\ Matt 18:23-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Maternity of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Sir 24:23-31 \quad Gospel\ Luke 2:43-51 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Maternity of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Sir 24:23-31 \quad Gospel\ Luke 2:43-51 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 21st Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 6:10-17 \quad Gospel\ Matt 18:23-35 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 21st Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Eph 6:10-17 \quad Gospel\ Matt 18:23-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Edward }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Edward\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Callistus I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Callistus I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Teresa of Avila }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Teresa of Avila\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Hedwig }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Hedwig\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-4} -{\bfseries\large Week IV }{\small (Oct 17--23)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Oct 17--23)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 22nd Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 22nd Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Luke the Evangelist }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 8:16-24 \quad Gospel\ Luke 10:1-9 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Luke the Evangelist\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 8:16-24 \quad Gospel\ Luke 10:1-9 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Peter of Alcantara }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Phil 3:7-12 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Peter of Alcantara\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Phil 3:7-12 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John Cantius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ James 2:12-17 \quad Gospel\ Luke 12:35-40 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John Cantius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ James 2:12-17 \quad Gospel\ Luke 12:35-40 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 22nd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Hilarion }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Ursula and Companions } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 22nd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Hilarion\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Ursula and Companions \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 22nd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 22nd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 1:6-11 \quad Gospel\ Matt 22:15-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Anthony Mary Claret }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 7:23-27 \quad Gospel\ Matt 24:42-47 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Anthony Mary Claret\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 7:23-27 \quad Gospel\ Matt 24:42-47 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-5} -{\bfseries\large Week V }{\small (Oct 24--30)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Oct 24--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 23rd Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 23rd Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 23rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Chrysanthus \& Daria } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 23rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Chrysanthus \& Daria \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 23rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Evaristus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 23rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Evaristus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 23rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 23rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sts. Simon \& Jude }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Eph. 4:7-13. \quad Gospel\ John 15:17-25 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sts. Simon \& Jude\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Eph. 4:7-13. \quad Gospel\ John 15:17-25 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 23rd Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 23rd Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 9:18-26 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w10-6} -{\bfseries\large Week VI }{\small (Oct 31)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week VI (Oct 31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Christ the King }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Christ the King\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 \end{tcolorbox} @@ -3535,316 +3370,297 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries November 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries November 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w11-1} -{\bfseries\large Week I }{\small (Nov 1--6)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Nov 1--6)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries All Saints }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Apoc 7:2-12 \quad Gospel\ Matt 5:1-12 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries All Saints\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Apoc 7:2-12 \quad Gospel\ Matt 5:1-12 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolblack}\par -{\fontsize{9}{10.2}\selectfont\bfseries Commemoration of All Souls }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Black \quad Epistle\ 1 Cor. 15:51-57 \quad Gospel\ John 5:25-29 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolblack}\\ +\fontsize{9}{9.7}\selectfont\bfseries Commemoration of All Souls\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Black \quad Epistle\ 1 Cor. 15:51-57 \quad Gospel\ John 5:25-29 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 24th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 24th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Charles Borromeo }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Vitalis and Agricola, Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Charles Borromeo\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Matt 25:14-23 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Vitalis and Agricola, Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 24th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 24th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Col 1:12-20. \quad Gospel\ John 18:33-37 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w11-2} -{\bfseries\large Week II }{\small (Nov 7--13)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week II (Nov 7--13)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 5th Sunday after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Col 3:12-17 \quad Gospel\ Matt 13:24-30 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 5th Sunday after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Col 3:12-17 \quad Gospel\ Matt 13:24-30 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 25th Week of the Time after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ Green \quad Epistle\ Col 3:12-17 \quad Gospel\ Matt 13:24-30 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Four Holy Crowned Martyrs } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 25th Week of the Time after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ Green \quad Epistle\ Col 3:12-17 \quad Gospel\ Matt 13:24-30 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Four Holy Crowned Martyrs \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Dedication of the Archbasilica of Our Holy Savior }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Rev 21:2-5 \quad Gospel\ Luke 19:1-10 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Theodore } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Dedication of the Archbasilica of Our Holy Savior\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Rev 21:2-5 \quad Gospel\ Luke 19:1-10 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Theodore \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Andrew Avellino }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Sts. Tryphonis, Respicii, et Nymphae } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Andrew Avellino\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 31:8-11 \quad Gospel\ Luke 12:35-40 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Sts. Tryphonis, Respicii, et Nymphae \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Martin of Tours }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Luke 11:33-36 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Menna } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Martin of Tours\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Luke 11:33-36 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Menna \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Martin I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Martin I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Didacus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 4:9-14 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Didacus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor 4:9-14 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w11-3} -{\bfseries\large Week III }{\small (Nov 14--20)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Nov 14--20)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 6th Sunday after Epiphany }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Thess 1:2-10 \quad Gospel\ Matt 13:31-35 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 6th Sunday after Epiphany\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ 1 Thess 1:2-10 \quad Gospel\ Matt 13:31-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Albert the Great }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Albert the Great\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Gertrude the Great }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Gertrude the Great\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Gregory the Wonderworker }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Mark 11:22-24 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Gregory the Wonderworker\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Sir 44:16-27; 45:3-20 \quad Gospel\ Mark 11:22-24 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Dedication of the Basilicas of Sts. Peter \& Paul }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Rev 21:2-5 \quad Gospel\ Luke 19:1-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Dedication of the Basilicas of Sts. Peter \& Paul\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Rev 21:2-5 \quad Gospel\ Luke 19:1-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Elizabeth of Hungary }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Pontian } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Elizabeth of Hungary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Prov 31:10-31 \quad Gospel\ Matt 13:44-52. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Pontian \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Felix of Valois }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Felix of Valois\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Cor. 4:9-14 \quad Gospel\ Luke 12:32-34 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w11-4} -{\bfseries\large Week IV }{\small (Nov 21--27)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week IV (Nov 21--27)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolgreen}\par -{\fontsize{9}{10.2}\selectfont\bfseries 24th and Last Sunday after Pentecost }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Green \quad Epistle\ Col 1:9-14 \quad Gospel\ Matt 24:15-35 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolgreen}\\ +\fontsize{9}{9.7}\selectfont\bfseries 24th and Last Sunday after Pentecost\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Green \quad Epistle\ Col 1:9-14 \quad Gospel\ Matt 24:15-35 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Cecilia }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:13-17. \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Cecilia\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:13-17. \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Clement I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 16:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Felicity } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Clement I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Phil 3:17-21; 4:1-3 \quad Gospel\ Matt 16:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Felicity \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John of the Cross }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Chrysogonus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John of the Cross\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Chrysogonus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Catherine of Alexandria }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Catherine of Alexandria\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:1-8; 51:12 \quad Gospel\ Matt 25:1-13. \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Sylvester }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 19:27-29. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Peter of Alexandria } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Sylvester\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Ecclus 45:1-6 \quad Gospel\ Matt 19:27-29. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Peter of Alexandria \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Our Lady's Saturday Office }\par -{\fontsize{6.5}{7.4}\selectfont 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Our Lady's Saturday Office\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 4th Class \textperiodcentered\ White \quad Epistle\ Ecclus 24:14-16 \quad Gospel\ Luke 11:27-28 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w11-5} -{\bfseries\large Week V }{\small (Nov 28--30)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week V (Nov 28--30)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 1st Sunday of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 1st Sunday of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 1st Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Saturninus } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 1st Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Saturninus \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Andrew }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Rom 10:10-18 \quad Gospel\ Matt 4:18-22 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Tuesday of the 1st Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Andrew\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Rom 10:10-18 \quad Gospel\ Matt 4:18-22 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Tuesday of the 1st Week of Advent \end{tcolorbox} @@ -3856,18 +3672,18 @@ -\vspace{1mm} -\needspace{29mm} -\vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} -{\LARGE\bfseries December 2027 }\par\vspace{1mm} +\needspace{18mm} +\vspace{1.5mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.6mm} +{\fontsize{15}{16.5}\selectfont\bfseries December 2027 }\par\vspace{0.8mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w12-1} -{\bfseries\large Week I }{\small (Dec 1--4)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week I (Dec 1--4)}\par\vspace{0.3mm} @@ -3876,315 +3692,300 @@ -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 1 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 1st Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 1 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 1st Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 13:11-14 \quad Gospel\ Luke 21:25-33 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 2 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Vivian }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:13-17. \quad Gospel\ Matt 13:44-52. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Thursday of the 1st Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 2 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Vivian\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ Sir 51:13-17. \quad Gospel\ Matt 13:44-52. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Thursday of the 1st Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 3 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Francis Xavier }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Rom 10:10-18 \quad Gospel\ Mark 16:15-18 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Friday of the 1st Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 3 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Francis Xavier\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Rom 10:10-18 \quad Gospel\ Mark 16:15-18 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Friday of the 1st Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 4 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Peter Chrysologus }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Saturday of the 1st Week of Advent }\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Barbara } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 4 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Peter Chrysologus\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Saturday of the 1st Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Barbara \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w12-2} -{\bfseries\large Week II }{\small (Dec 5--11)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week II (Dec 5--11)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 5 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 2nd Sunday of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 5 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 2nd Sunday of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 6 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Nicholas }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 13:7-17 \quad Gospel\ Matt 25:14-23 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Monday of the 2nd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 6 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Nicholas\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ Heb 13:7-17 \quad Gospel\ Matt 25:14-23 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Monday of the 2nd Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 7 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Ambrose }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Tuesday of the 2nd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 7 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Ambrose\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 2 Tim 4:1-8 \quad Gospel\ Matt 5:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Tuesday of the 2nd Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 8 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Immaculate Conception of the Blessed Virgin Mary }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-35 \quad Gospel\ Luke 1:26-28 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Wednesday of the 2nd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 8 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Immaculate Conception of the Blessed Virgin Mary\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Prov 8:22-35 \quad Gospel\ Luke 1:26-28 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Wednesday of the 2nd Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 9 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 2nd Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 9 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 2nd Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 10 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Friday of the 2nd Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Melchiades } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 10 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Friday of the 2nd Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Rom 15:4-13 \quad Gospel\ Matt 11:2-10 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Melchiades \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 11 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Damasus I }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Saturday of the 2nd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 11 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Damasus I\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ White \quad Epistle\ 1 Pet 5:1-4; 5:10-11. \quad Gospel\ Matt 16:13-19 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Saturday of the 2nd Week of Advent \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w12-3} -{\bfseries\large Week III }{\small (Dec 12--18)}\par\vspace{0.5mm} - +{\fontsize{12}{13}\selectfont\bfseries Week III (Dec 12--18)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 12 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolrose}\par -{\fontsize{9}{10.2}\selectfont\bfseries 3rd Sunday of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Rose \quad Epistle\ Phil 4:4-7 \quad Gospel\ John 1:19-28 } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 12 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolrose}\\ +\fontsize{9}{9.7}\selectfont\bfseries 3rd Sunday of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Rose \quad Epistle\ Phil 4:4-7 \quad Gospel\ John 1:19-28 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 13 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Lucy }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 13:44-52. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Monday of the 3rd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 13 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Lucy\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor 10:17-18; 11:1-2 \quad Gospel\ Matt 13:44-52. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Monday of the 3rd Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 14 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Tuesday of the 3rd Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Violet \quad Epistle\ Phil 4:4-7 \quad Gospel\ John 1:19-28 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 14 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Tuesday of the 3rd Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Violet \quad Epistle\ Phil 4:4-7 \quad Gospel\ John 1:19-28 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 15 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Advent Ember Wednesday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Isa 7:10-15 \quad Gospel\ Luke 1:26-38 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 15 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Advent Ember Wednesday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Isa 7:10-15 \quad Gospel\ Luke 1:26-38 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 16 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Eusebius }\par -{\fontsize{6.5}{7.4}\selectfont 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 1:3-7 \quad Gospel\ Matt 16:24-27. } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Thursday of the 3rd Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 16 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Eusebius\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 3rd Class \textperiodcentered\ Red \quad Epistle\ 2 Cor. 1:3-7 \quad Gospel\ Matt 16:24-27. \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Thursday of the 3rd Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 17 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Advent Ember Friday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ Isa 11:1-5 \quad Gospel\ Luke 1:39-47 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 17 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Advent Ember Friday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ Isa 11:1-5 \quad Gospel\ Luke 1:39-47 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 18 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Advent Ember Saturday }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Thess 2:1-8 \quad Gospel\ Luke 3:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 18 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Advent Ember Saturday\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 2 Thess 2:1-8 \quad Gospel\ Luke 3:1-6 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w12-4} -{\bfseries\large Week IV }{\small (Dec 19--25)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week IV (Dec 19--25)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 19 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries 4th Sunday of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 19 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries 4th Sunday of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 20 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Monday of the 4th Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 20 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Monday of the 4th Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 21 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. Thomas }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Eph 2:19-22 \quad Gospel\ John 20:24-29 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ Tuesday of the 4th Week of Advent } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 21 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. Thomas\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Eph 2:19-22 \quad Gospel\ John 20:24-29 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ Tuesday of the 4th Week of Advent \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 22 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Wednesday of the 4th Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 22 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Wednesday of the 4th Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 23 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Thursday of the 4th Week of Advent }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 23 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Thursday of the 4th Week of Advent\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Violet \quad Epistle\ 1 Cor. 4:1-5 \quad Gospel\ Luke 3:1-6 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 24 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolviolet}\par -{\fontsize{9}{10.2}\selectfont\bfseries Vigil of the Nativity (Christmas Eve) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 1:1-6 \quad Gospel\ Matt 1:18-21 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 24 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolviolet}\\ +\fontsize{9}{9.7}\selectfont\bfseries Vigil of the Nativity (Christmas Eve)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ Violet \quad Epistle\ Rom 1:1-6 \quad Gospel\ Matt 1:18-21 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 25 } \;{\fontsize{6.5}{7.4}\selectfont Saturday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries The Nativity of Our Lord (Christmas) }\par -{\fontsize{6.5}{7.4}\selectfont 1st Class \textperiodcentered\ White \quad Epistle\ Heb 1:1-12 \quad Gospel\ John 1:1-14 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 25 \fontsize{7}{9}\selectfont\mdseries\;Saturday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries The Nativity of Our Lord (Christmas)\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 1st Class \textperiodcentered\ White \quad Epistle\ Heb 1:1-12 \quad Gospel\ John 1:1-14 \end{tcolorbox} -\vspace{1mm} -\needspace{16mm} +\needspace{9mm} +\vspace{0.6mm} \label{w12-5} -{\bfseries\large Week V }{\small (Dec 26--31)}\par\vspace{0.5mm} +{\fontsize{12}{13}\selectfont\bfseries Week V (Dec 26--31)}\par\vspace{0.3mm} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 26 } \;{\fontsize{6.5}{7.4}\selectfont Sunday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries Sunday within the Octave of the Nativity }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Gal 4:1-7 \quad Gospel\ Luke 2:33-40 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Stephen } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 26 \fontsize{7}{9}\selectfont\mdseries\;Sunday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries Sunday within the Octave of the Nativity\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Gal 4:1-7 \quad Gospel\ Luke 2:33-40 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Stephen \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 27 } \;{\fontsize{6.5}{7.4}\selectfont Monday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries St. John the Evangelist }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Ecclus 15:1-6 \quad Gospel\ John 21:19-24 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ 3rd Day within the Octave of the Nativity } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 27 \fontsize{7}{9}\selectfont\mdseries\;Monday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries St. John the Evangelist\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Ecclus 15:1-6 \quad Gospel\ John 21:19-24 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ 3rd Day within the Octave of the Nativity \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 28 } \;{\fontsize{6.5}{7.4}\selectfont Tuesday }\hfill\swatch{licolred}\par -{\fontsize{9}{10.2}\selectfont\bfseries Holy Innocents }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ Red \quad Epistle\ Apoc 14:1-5 \quad Gospel\ Matt 2:13-18 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ 4th Day within the Octave of the Nativity } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 28 \fontsize{7}{9}\selectfont\mdseries\;Tuesday\hfill\swatch{licolred}\\ +\fontsize{9}{9.7}\selectfont\bfseries Holy Innocents\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ Red \quad Epistle\ Apoc 14:1-5 \quad Gospel\ Matt 2:13-18 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ 4th Day within the Octave of the Nativity \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 29 } \;{\fontsize{6.5}{7.4}\selectfont Wednesday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 5th Day within the Octave of the Nativity }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Thomas Becket } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 29 \fontsize{7}{9}\selectfont\mdseries\;Wednesday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 5th Day within the Octave of the Nativity\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Thomas Becket \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 30 } \;{\fontsize{6.5}{7.4}\selectfont Thursday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 6th Day within the Octave of the Nativity }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 } - +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 30 \fontsize{7}{9}\selectfont\mdseries\;Thursday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 6th Day within the Octave of the Nativity\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 \end{tcolorbox} -\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,left=1.4mm,right=1.4mm,top=0.2mm,bottom=0.2mm,before skip=0.2mm,after skip=0mm] -{\bfseries 31 } \;{\fontsize{6.5}{7.4}\selectfont Friday }\hfill\swatch{licolwhite}\par -{\fontsize{9}{10.2}\selectfont\bfseries 7th Day within the Octave of the Nativity }\par -{\fontsize{6.5}{7.4}\selectfont 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 } -\par{\fontsize{6.5}{7.4}\selectfont Commemoration\ St. Silvester } +\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.3pt,sharp corners,boxsep=0mm,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.3mm,after skip=0mm] +\fontsize{9}{9}\selectfont\bfseries 31 \fontsize{7}{9}\selectfont\mdseries\;Friday\hfill\swatch{licolwhite}\\ +\fontsize{9}{9.7}\selectfont\bfseries 7th Day within the Octave of the Nativity\\ +\fontsize{6.5}{7.4}\selectfont\mdseries 2nd Class \textperiodcentered\ White \quad Epistle\ Titus 3:4-7 \quad Gospel\ Luke 2:15-20 \\ +\fontsize{6.5}{7.4}\selectfont\mdseries Commemoration\ St. Silvester \end{tcolorbox} -\vspace{1mm} \end{document} -- cgit v1.3