% colitur ordo booklet -- LaTeX. flavour: latex % Build: colitur table --year 2027 --template ordo.tex > ordo.tex && pdflatex ordo.tex && % pdflatex ordo.tex (twice, so \pageref in the table of contents settles) % % A5, CONTINUOUS: days flow one after another with no forced page break per % week (Defect 2 -- the original one-week-per-page layout filled roughly % the top third of every page and cost 65 pages for a year that needed far % fewer; that requirement is reversed here on purpose, not merely relaxed). % Structure stays scannable through two header weights instead: every % week still opens with its existing small header line ( . % Week N), and the month's own FIRST week additionally gets a % large, ruled banner above that line (, a real % view field -- lib/render/view.ml -- not template-side arithmetic, since % this engine has no way to test "is this the first item" any other way). % \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). % % \label fires AFTER both \needspace calls below, not before: a \label % placed before a \needspace that goes on to force a break captures the % OLD page number (\thepage at the point \label is processed, not where % its content actually lands) -- a step-stale \pageref found live in an % early draft's own TOC (week 3 read "page 3" while its own content % demonstrably started on page 4). Moving the label to fire only once the % page a week ACTUALLY starts on is already decided fixes it at the % source, cheaper than a third pdflatex pass, which would not have fixed % it either (the wrong page number was already committed to the .aux by % the second pass). % % Each day in a framed box with a colour swatch, tightened from an % earlier draft (top/bottom padding 0.4mm, before skip 0.5mm, \scriptsize % meta text, rank/colour and the citations on separate lines) for this % same continuous flow: a full 7-day week already occupies most of an A5 % 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). % % Every fixed string (headings, the Epistle/Gospel/Commemoration/Week % labels) comes from the view's term vocabulary rather than being written % into this file, so a translated booklet needs no template edit -- only % a different --lang. % % The observed day's own display name is a PLAIN resolved string % (View.of_days, Task 5), never a lang-keyed object -- there is no % dotted-la-with-slug-fallback idiom to write here at all; a day with no % name in the shipped data still resolves to something printable (its slug, % under --raw, or the lang table's own miss-echoes-the-key behaviour), so % the plain name field alone is always enough. % % The engine has no parent-path syntax: nested inside a month's own week % loop, a bare week-number reference finds the WEEK's own number, and there % is no way to reach the enclosing month's from there. That is why each % week object carries its own month number and month name fields % (lib/render/view.ml, Task 5) -- used throughout below instead of a % parent-path reference, which this engine cannot express. % % This template's own %-comments are plain text to the engine: it has no % awareness of LaTeX's comment syntax, and a stray double-brace pair inside % one would still be parsed as a tag -- which is why this whole header is % deliberately written without ever typing two curly braces next to each % other, even to name a field. \documentclass[10pt]{article} % includehead/includefoot: without them geometry seats the text block at % top=/bottom= and fancyhdr then places the running header/footer OUTSIDE % that block -- above the top margin and below the bottom one -- which on % this page's original top=11mm/bottom=12mm pushed the header partly above % the physical page edge (measured: yMin -5.5pt on a 0..595pt page) and the % footer to within 1pt of the bottom edge. With includehead/includefoot the % header/footer live INSIDE top=/bottom= instead, so headsep/footskip are % also set explicitly (3mm/7mm) rather than left at article's defaults % (25pt/30pt) -- those defaults alone would still overflow a 10mm margin % and, measured, silently added 20 extra pages to the whole booklet by % shrinking every day box. \headheight is left at fancyhdr's own default % (12pt, confirmed by the log, no "increase \headheight" warning) since a % single \small header line fits it without complaint. \usepackage[a5paper,top=10mm,bottom=10mm,inner=14mm,outer=10mm,includehead,includefoot,headsep=3mm,footskip=7mm]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{xcolor} \usepackage{tikz} \usepackage{tcolorbox} \usepackage{fancyhdr} \usepackage[hidelinks]{hyperref} \usepackage{needspace} \definecolor{licolwhite}{HTML}{FFFFFF} \definecolor{licolred}{HTML}{C1272D} \definecolor{licolgreen}{HTML}{2E7D32} \definecolor{licolviolet}{HTML}{6A1B9A} \definecolor{licolrose}{HTML}{E91E8C} \definecolor{licolblack}{HTML}{000000} % A framed square, always outlined in black regardless of fill -- so white % (and, on a black background page, black) still reads as a swatch rather % than a gap. tikz (a tcolorbox dependency already) draws the border; xcolor % 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} \renewcommand{\headrulewidth}{0.4pt} \setlength{\parindent}{0pt} \begin{document} \begin{center} \Large\bfseries Ordo 2027\\[2pt] \normalsize\mdseries Roman Missal, 1962 typical edition \end{center} \vspace{4mm} {\bfseries Contents}\par\vspace{2mm} \begin{small} \textbf{ January }\par \hspace*{4mm}Week 1\dotfill\pageref{w1-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w1-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w1-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w1-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w1-5}\par \hspace*{4mm}Week 6\dotfill\pageref{w1-6}\par \textbf{ February }\par \hspace*{4mm}Week 1\dotfill\pageref{w2-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w2-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w2-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w2-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w2-5}\par \textbf{ March }\par \hspace*{4mm}Week 1\dotfill\pageref{w3-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w3-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w3-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w3-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w3-5}\par \textbf{ April }\par \hspace*{4mm}Week 1\dotfill\pageref{w4-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w4-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w4-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w4-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w4-5}\par \textbf{ May }\par \hspace*{4mm}Week 1\dotfill\pageref{w5-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w5-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w5-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w5-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w5-5}\par \hspace*{4mm}Week 6\dotfill\pageref{w5-6}\par \textbf{ June }\par \hspace*{4mm}Week 1\dotfill\pageref{w6-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w6-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w6-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w6-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w6-5}\par \textbf{ July }\par \hspace*{4mm}Week 1\dotfill\pageref{w7-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w7-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w7-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w7-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w7-5}\par \textbf{ August }\par \hspace*{4mm}Week 1\dotfill\pageref{w8-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w8-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w8-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w8-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w8-5}\par \textbf{ September }\par \hspace*{4mm}Week 1\dotfill\pageref{w9-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w9-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w9-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w9-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w9-5}\par \textbf{ October }\par \hspace*{4mm}Week 1\dotfill\pageref{w10-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w10-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w10-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w10-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w10-5}\par \hspace*{4mm}Week 6\dotfill\pageref{w10-6}\par \textbf{ November }\par \hspace*{4mm}Week 1\dotfill\pageref{w11-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w11-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w11-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w11-4}\par \hspace*{4mm}Week 5\dotfill\pageref{w11-5}\par \textbf{ December }\par \hspace*{4mm}Week 1\dotfill\pageref{w12-1}\par \hspace*{4mm}Week 2\dotfill\pageref{w12-2}\par \hspace*{4mm}Week 3\dotfill\pageref{w12-3}\par \hspace*{4mm}Week 4\dotfill\pageref{w12-4}\par \hspace*{4mm}Week 5\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{16mm} \label{w1-1} {\bfseries\large January }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w1-2} {\bfseries\large January }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w1-3} {\bfseries\large January }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w1-4} {\bfseries\large January }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w1-5} {\bfseries\large January }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w1-6} {\bfseries\large January }\hfill{\small Week 6}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries February 2027 }\par\vspace{1mm} \needspace{16mm} \label{w2-1} {\bfseries\large February }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w2-2} {\bfseries\large February }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w2-3} {\bfseries\large February }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w2-4} {\bfseries\large February }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w2-5} {\bfseries\large February }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries March 2027 }\par\vspace{1mm} \needspace{16mm} \label{w3-1} {\bfseries\large March }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w3-2} {\bfseries\large March }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w3-3} {\bfseries\large March }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w3-4} {\bfseries\large March }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w3-5} {\bfseries\large March }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries April 2027 }\par\vspace{1mm} \needspace{16mm} \label{w4-1} {\bfseries\large April }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w4-2} {\bfseries\large April }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w4-3} {\bfseries\large April }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w4-4} {\bfseries\large April }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w4-5} {\bfseries\large April }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries May 2027 }\par\vspace{1mm} \needspace{16mm} \label{w5-1} {\bfseries\large May }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w5-2} {\bfseries\large May }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w5-3} {\bfseries\large May }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w5-4} {\bfseries\large May }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w5-5} {\bfseries\large May }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w5-6} {\bfseries\large May }\hfill{\small Week 6}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries June 2027 }\par\vspace{1mm} \needspace{16mm} \label{w6-1} {\bfseries\large June }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w6-2} {\bfseries\large June }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w6-3} {\bfseries\large June }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w6-4} {\bfseries\large June }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w6-5} {\bfseries\large June }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries July 2027 }\par\vspace{1mm} \needspace{16mm} \label{w7-1} {\bfseries\large July }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w7-2} {\bfseries\large July }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w7-3} {\bfseries\large July }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w7-4} {\bfseries\large July }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w7-5} {\bfseries\large July }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries August 2027 }\par\vspace{1mm} \needspace{16mm} \label{w8-1} {\bfseries\large August }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w8-2} {\bfseries\large August }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w8-3} {\bfseries\large August }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w8-4} {\bfseries\large August }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w8-5} {\bfseries\large August }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries September 2027 }\par\vspace{1mm} \needspace{16mm} \label{w9-1} {\bfseries\large September }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w9-2} {\bfseries\large September }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w9-3} {\bfseries\large September }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w9-4} {\bfseries\large September }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w9-5} {\bfseries\large September }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries October 2027 }\par\vspace{1mm} \needspace{16mm} \label{w10-1} {\bfseries\large October }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w10-2} {\bfseries\large October }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w10-3} {\bfseries\large October }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w10-4} {\bfseries\large October }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w10-5} {\bfseries\large October }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w10-6} {\bfseries\large October }\hfill{\small Week 6}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries November 2027 }\par\vspace{1mm} \needspace{16mm} \label{w11-1} {\bfseries\large November }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w11-2} {\bfseries\large November }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w11-3} {\bfseries\large November }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w11-4} {\bfseries\large November }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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. } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w11-5} {\bfseries\large November }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{29mm} \vspace{2mm}\noindent\rule{\linewidth}{1pt}\par\vspace{0.8mm} {\LARGE\bfseries December 2027 }\par\vspace{1mm} \needspace{16mm} \label{w12-1} {\bfseries\large December }\hfill{\small Week 1}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w12-2} {\bfseries\large December }\hfill{\small Week 2}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w12-3} {\bfseries\large December }\hfill{\small Week 3}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w12-4} {\bfseries\large December }\hfill{\small Week 4}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \needspace{16mm} \label{w12-5} {\bfseries\large December }\hfill{\small Week 5}\par\vspace{0.5mm} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \begin{tcolorbox}[colback=white,colframe=black!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 } \end{tcolorbox} \vspace{1mm} \end{document}