aboutsummaryrefslogtreecommitdiff
path: root/test/golden/ordo-2027.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/golden/ordo-2027.tex')
-rw-r--r--test/golden/ordo-2027.tex3882
1 files changed, 1871 insertions, 2011 deletions
diff --git a/test/golden/ordo-2027.tex b/test/golden/ordo-2027.tex
index 21b711e..e432f8c 100644
--- a/test/golden/ordo-2027.tex
+++ b/test/golden/ordo-2027.tex
@@ -2,11 +2,61 @@
% 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, one week per page, each day in a framed box with a colour swatch. 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.
+% 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
@@ -49,6 +99,7 @@
\usepackage{tcolorbox}
\usepackage{fancyhdr}
\usepackage[hidelinks]{hyperref}
+\usepackage{needspace}
\definecolor{licolwhite}{HTML}{FFFFFF}
\definecolor{licolred}{HTML}{C1272D}
\definecolor{licolgreen}{HTML}{2E7D32}
@@ -179,6 +230,12 @@
\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}
@@ -193,336 +250,315 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries The Octave Day of the Nativity }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 2:11-15 }\quad{\scriptsize Gospel\ Luke 2:21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 3:4-7 }\quad{\scriptsize Gospel\ Luke 2:15-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries The Holy Name of Jesus }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 4:8-12 }\quad{\scriptsize Gospel\ Luke 2:21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Monday before Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 2:11-15 }\quad{\scriptsize Gospel\ Luke 2:21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Tuesday before Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 2:11-15 }\quad{\scriptsize Gospel\ Luke 2:21 }
-\par{\scriptsize Commemoration\ St. Telesphorus Pope and Martyr }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries The Epiphany of Our Lord }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 60:1-6 }\quad{\scriptsize Gospel\ Matt 2:1-12 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Thursday after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 60:1-6 }\quad{\scriptsize Gospel\ Matt 2:1-12 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 60:1-6 }\quad{\scriptsize Gospel\ Matt 2:1-12 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 3:4-7 }\quad{\scriptsize Gospel\ Luke 2:15-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries The Holy Family }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Col 3:12-17 }\quad{\scriptsize Gospel\ Luke 2:42-52 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Monday of the 1st Week of the Time after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rom 12:1-5 }\quad{\scriptsize Gospel\ Luke 2:42-52 }
-\par{\scriptsize Commemoration\ St. Hyginus Pope and Martyr }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Tuesday of the 1st Week of the Time after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rom 12:1-5 }\quad{\scriptsize Gospel\ Luke 2:42-52 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Commemoration of the Baptism of the Lord }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 60:1-6 }\quad{\scriptsize Gospel\ John 1:29-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Hilary }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ S. Felicis }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Paul, the First Hermit }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Phil 3:7-12 }\quad{\scriptsize Gospel\ Matt 11:25-30 }
-\par{\scriptsize Commemoration\ St. Maur, Abbot }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries St. Marcellus I }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 2nd Sunday after Epiphany }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 12:6-16 }\quad{\scriptsize Gospel\ John 2:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 2nd Week of the Time after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 12:6-16 }\quad{\scriptsize Gospel\ John 2:1-11 }
-\par{\scriptsize Commemoration\ St. Prisca }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 2nd Week of the Time after Epiphany }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 12:6-16 }\quad{\scriptsize Gospel\ John 2:1-11 }
-\par{\scriptsize Commemoration\ St. Canute, Martyr }\par{\scriptsize Commemoration\ Sts. Marius, Martha, Audifax \& Abachum }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Fabian \& Sebastian }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Heb 11:33-39 }\quad{\scriptsize Gospel\ Luke 6:17-23 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Agnes }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Sir 51:1-8; 51:12 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Vincent \& Anastasius }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 3:1-8 }\quad{\scriptsize Gospel\ Luke 21:9-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Raymond of Peñafort }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
-\par{\scriptsize Commemoration\ St. Emerentiana }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries Septuagesima Sunday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 9:24-27; 10:1-5 }\quad{\scriptsize Gospel\ Matt 20:1-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Conversion of St. Paul }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 9:1-22 }\quad{\scriptsize Gospel\ Matt 19:27-29. }
-\par{\scriptsize Commemoration\ St. Peter }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Polycarp }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 John 3:10-16 }\quad{\scriptsize Gospel\ Matt 10:26-32. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John Chrysostom }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Peter Nolasco }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor. 4:9-14 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
-\par{\scriptsize Commemoration\ St. Agnes }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Francis de Sales }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries St. Martina }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Sir 51:1-8; 51:12 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries Sexagesima Sunday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 2 Cor. 11:19-33; 12:1-9 }\quad{\scriptsize Gospel\ Luke 8:4-15 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -539,311 +575,297 @@
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries St. Ignatius of Antioch }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Rom 8:35-39 }\quad{\scriptsize Gospel\ John 12:24-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Purification of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Mal 3:1-4 }\quad{\scriptsize Gospel\ Luke 2:22-32 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 2nd Week of Septuagesimatide }\par
-{\scriptsize 4th Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 2 Cor. 11:19-33; 12:1-9 }\quad{\scriptsize Gospel\ Luke 8:4-15 }
-\par{\scriptsize Commemoration\ St. Blaise }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Andrew Corsini }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Matt 25:14-23 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries St. Agatha }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Cor. 1:26-31 }\quad{\scriptsize Gospel\ Matt 19:3-12. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Titus }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
-\par{\scriptsize Commemoration\ St. Dorothy }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries Quinquagesima Sunday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 13:1-13 }\quad{\scriptsize Gospel\ Luke 18:31-43 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John of Matha }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Cyril of Alexandria }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ St. Appollonia }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Ash Wednesday }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Joel 2:12-19 }\quad{\scriptsize Gospel\ Matt 6:16-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday after Ash Wednesday }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 38:1-6 }\quad{\scriptsize Gospel\ Matt 8:5-13 }
-\par{\scriptsize Commemoration\ Our Lady of Lourdes }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Friday after Ash Wednesday }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 58:1-9 }\quad{\scriptsize Gospel\ Matt 5:43-48; 6:1-4 }
-\par{\scriptsize Commemoration\ Seven Holy Servite Founders }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Saturday after Ash Wednesday }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 58:9-14 }\quad{\scriptsize Gospel\ Mark 6:47-56 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 1st Sunday of Lent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 2 Cor. 6:1-10 }\quad{\scriptsize Gospel\ Matt 4:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 1st Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ezech 34:11-16 }\quad{\scriptsize Gospel\ Matt 25:31-46 }
-\par{\scriptsize Commemoration\ Sts. Faustinus \& Jovita }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 1st Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 55:6-11 }\quad{\scriptsize Gospel\ Matt 21:10-17 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Lenten Ember Wednesday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 3 Kgs. 19:3-8 }\quad{\scriptsize Gospel\ Matt 12:38-50 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 1st Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ezech 18:1-9 }\quad{\scriptsize Gospel\ Matt 15:21-28 }
-\par{\scriptsize Commemoration\ St. Simeon }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Lenten Ember Friday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ezech 18:20-28 }\quad{\scriptsize Gospel\ John 5:1-15 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Lenten Ember Saturday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Thess. 5:14-23 }\quad{\scriptsize Gospel\ Matt 17:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 2nd Sunday of Lent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Thess. 4:1-7 }\quad{\scriptsize Gospel\ Matt 17:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Chair of St. Peter }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 1:1-7 }\quad{\scriptsize Gospel\ Matt 16:13-19 }
-\par{\scriptsize Commemoration\ Monday of the 2nd Week of Lent }\par{\scriptsize Commemoration\ St. Paul }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 2nd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 3 Kings 17:8-16 }\quad{\scriptsize Gospel\ Matt 23:1-12 }
-\par{\scriptsize Commemoration\ St. Peter Damien }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries St. Matthias }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 1:15-26 }\quad{\scriptsize Gospel\ Matt 11:25-30 }
-\par{\scriptsize Commemoration\ Wednesday of the 2nd Week of Lent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 2nd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jer 17:5-10 }\quad{\scriptsize Gospel\ Luke 16:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Friday of the 2nd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Gen 37:6-22 }\quad{\scriptsize Gospel\ Matt 21:33-46 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Saturday of the 2nd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Gen 27:6-40 }\quad{\scriptsize Gospel\ Luke 15:11-32 }
-\par{\scriptsize Commemoration\ St. Gabriel of Our Lady of Sorrows }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 3rd Sunday of Lent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Eph 5:1-9 }\quad{\scriptsize Gospel\ Luke 11:14-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -860,341 +882,324 @@
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 4 Kings 5:1-15 }\quad{\scriptsize Gospel\ Luke 4:23-30 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 4 Kings 4:1-7 }\quad{\scriptsize Gospel\ Matt 18:15-22 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ex 20:12-24 }\quad{\scriptsize Gospel\ Matt 15:1-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jer 7:1-7 }\quad{\scriptsize Gospel\ Luke 4:38-44. }
-\par{\scriptsize Commemoration\ St. Casimir }\par{\scriptsize Commemoration\ St. Lucius }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Friday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Num 20:1, 3; 6-13. }\quad{\scriptsize Gospel\ John 4:5-42 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Saturday of the 3rd Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Dan 13:1-9, 15-17, 19-30, 33-62. }\quad{\scriptsize Gospel\ John 8:1-11 }
-\par{\scriptsize Commemoration\ Sts. Felicitas \& Perpetua }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Sunday } \hfill \swatch{licolrose}\par
-{\bfseries 4th Sunday of Lent }\par
-{\scriptsize 1st Class \textperiodcentered\ Rose }\par
-{\scriptsize Epistle\ Gal 4:22-31 }\quad{\scriptsize Gospel\ John 6:1-15 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 3 Kings 3:16-28 }\quad{\scriptsize Gospel\ John 2:13-25 }
-\par{\scriptsize Commemoration\ St. John of God }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ex 32:7-14 }\quad{\scriptsize Gospel\ John 7:14-31 }
-\par{\scriptsize Commemoration\ St. Frances Rome }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa. 1:16-19 }\quad{\scriptsize Gospel\ John 9:1-38 }
-\par{\scriptsize Commemoration\ Forty Holy Martyrs of Sebaste }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 4 Kings 4:25-38 }\quad{\scriptsize Gospel\ Luke 7:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Friday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 3 Kings 17:17-24 }\quad{\scriptsize Gospel\ John 11:1-45 }
-\par{\scriptsize Commemoration\ St. Gregory the Great }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Saturday of the 4th Week of Lent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 49:8-15 }\quad{\scriptsize Gospel\ John 8:12-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries Passion Sunday }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Heb 9:11-15. }\quad{\scriptsize Gospel\ John 8:46-59. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 1st Week of Passion Week }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jonas 3:1-10 }\quad{\scriptsize Gospel\ John 7:32-39 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 1st Week of Passion Week }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Dan 14:27, 28-42 }\quad{\scriptsize Gospel\ John 7:1-13 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 1st Week of Passion Week }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Lev 19:1-2, 11-19, 25 }\quad{\scriptsize Gospel\ John 10:22-38 }
-\par{\scriptsize Commemoration\ St. Patrick }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 1st Week of Passion Week }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Dan 3:25, 34-45. }\quad{\scriptsize Gospel\ Luke 7:36-50 }
-\par{\scriptsize Commemoration\ St. Cyril of Jerusalem }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Joseph, Spouse of the Bl. Virgin Mary }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 45:1-6 }\quad{\scriptsize Gospel\ Matt 1:18-21 }
-\par{\scriptsize Commemoration\ Friday of the 1st Week of Passion Week }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Saturday of the 1st Week of Passion Week }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jer 18:18-23 }\quad{\scriptsize Gospel\ John 12:10-36 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries Palm Sunday }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Phil 2:5-11 }\quad{\scriptsize Gospel\ Matt. 26:36-75; 27:1-60. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of Holy Week }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 50:5-10 }\quad{\scriptsize Gospel\ John 12:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of Holy Week }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jer 11:18-20 }\quad{\scriptsize Gospel\ Mark 14:32-72; 15, 1-46 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of Holy Week (Spy Wednesday) }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 53:1-12 }\quad{\scriptsize Gospel\ Luke 22:39-71; 23:1-53 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Holy Thursday (Maundy Thursday) }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 11:20-32 }\quad{\scriptsize Gospel\ John 13:1-15 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Friday } \hfill \swatch{licolblack}\par
-{\bfseries Good Friday }\par
-{\scriptsize 1st Class \textperiodcentered\ Black }\par
-{\scriptsize Epistle\ Ex 12:1-11 }\quad{\scriptsize Gospel\ John 18:1-40; 19:1-42 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Holy Saturday }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Col 3:1-4 }\quad{\scriptsize Gospel\ Matt 28:1-7 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Easter Sunday }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 5:7-8 }\quad{\scriptsize Gospel\ Mark 16:1-7 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Monday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 10:37-43. }\quad{\scriptsize Gospel\ Luke 24:13-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Tuesday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 13:16; 13:26-33 }\quad{\scriptsize Gospel\ Luke 24:36-47 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Wednesday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 3:13-15; 3:17-19 }\quad{\scriptsize Gospel\ John 21:1-14 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -1205,10 +1210,16 @@
-\clearpage
+\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}
@@ -1221,331 +1232,315 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Thursday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 8:26-40 }\quad{\scriptsize Gospel\ John 20:11-18 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 3:18-22 }\quad{\scriptsize Gospel\ Matt 28:16-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Saturday of Easter Week }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:1-10 }\quad{\scriptsize Gospel\ John 20:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Low Sunday (Sunday in Easter Octave) }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 John 5:4-10 }\quad{\scriptsize Gospel\ John 20:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Annunciation of the Blessed Virgin Mary }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 7:10-15 }\quad{\scriptsize Gospel\ Luke 1:26-38 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Tuesday of the 2nd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 John 5:4-10 }\quad{\scriptsize Gospel\ John 20:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Wednesday of the 2nd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 John 5:4-10 }\quad{\scriptsize Gospel\ John 20:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Thursday of the 2nd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 John 5:4-10 }\quad{\scriptsize Gospel\ John 20:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday of the 2nd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 John 5:4-10 }\quad{\scriptsize Gospel\ John 20:19-31 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ John 19:25-27 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries 2nd Sunday after Easter }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:21-25 }\quad{\scriptsize Gospel\ John 10:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Monday of the 3rd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:21-25 }\quad{\scriptsize Gospel\ John 10:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Hermenegild }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 10:10-14 }\quad{\scriptsize Gospel\ Luke 14:26-33. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries St. Justin }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Cor 1:18-25; 1:30; }\quad{\scriptsize Gospel\ Luke 12:2-8 }
-\par{\scriptsize Commemoration\ Sts. Tiburtius, Valerian et Maximus, Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Thursday of the 3rd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:21-25 }\quad{\scriptsize Gospel\ John 10:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday of the 3rd Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:21-25 }\quad{\scriptsize Gospel\ John 10:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ John 19:25-27 }
-\par{\scriptsize Commemoration\ St. Anicetus }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries 3rd Sunday after Easter }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:11-19 }\quad{\scriptsize Gospel\ John 16:16-22 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Monday of the 4th Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:11-19 }\quad{\scriptsize Gospel\ John 16:16-22 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Tuesday of the 4th Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:11-19 }\quad{\scriptsize Gospel\ John 16:16-22 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Anselm }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Soter \& Caius }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday of the 4th Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 2:11-19 }\quad{\scriptsize Gospel\ John 16:16-22 }
-\par{\scriptsize Commemoration\ St. George }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries St. Fidelis of Sigmaringen }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 5:1-5 }\quad{\scriptsize Gospel\ John 15:1-7 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries 4th Sunday after Easter }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Jas 1:17-21 }\quad{\scriptsize Gospel\ John 16:5-14 }
-\par{\scriptsize Commemoration\ The Major Litanies }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Cletus \& Marcellinus }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Peter Canisius }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Paul of the Cross }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 1:17-25. }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Peter of Verona }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Tim. 2:8-10; 3:10-12. }\quad{\scriptsize Gospel\ Matt 10:34-42 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Catherine of Siena }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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}
@@ -1562,337 +1557,316 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Joseph the Workman }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Col. 3:14-15, 17, 23-24 }\quad{\scriptsize Gospel\ Matt 13:54-58 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries 5th Sunday after Easter }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Jas 1:22-27 }\quad{\scriptsize Gospel\ John 16:23-30 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Rogation Monday }\par
-{\scriptsize 4th Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jas 1:22-27 }\quad{\scriptsize Gospel\ John 16:23-30 }
-\par{\scriptsize Commemoration\ Sts. Alexander \& Companions }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Monica }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Tim. 5:3-10. }\quad{\scriptsize Gospel\ Luke 7:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Vigil of the Ascension }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Eph. 4:7-13. }\quad{\scriptsize Gospel\ John 17:1-11. }
-\par{\scriptsize Commemoration\ St. Pius V }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries The Ascension of Our Lord }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Acts 1:1-11 }\quad{\scriptsize Gospel\ Mark 16:14-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries St. Stanislaus }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 5:1-5 }\quad{\scriptsize Gospel\ John 15:1-7 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ John 19:25-27 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Sunday after the Ascension }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 4:7-11. }\quad{\scriptsize Gospel\ John 15:26-27; 16:1-4. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Antoninus }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Matt 25:14-23 }
-\par{\scriptsize Commemoration\ St. Gordiano and Epimacho }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Philip \& James }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis. 5:1-5 }\quad{\scriptsize Gospel\ John 14:1-13 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Nereus, Achilleus, Domitilla, \& Pancras }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis. 5:1-5 }\quad{\scriptsize Gospel\ John 4:46-53 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Robert Bellarmine }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Wis 7:7-14. }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Friday of the 7th Week of Eastertide }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 4:7-11. }\quad{\scriptsize Gospel\ John 15:26-27; 16:1-4. }
-\par{\scriptsize Commemoration\ St. Boniface }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries Vigil of Pentecost }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 19:1-8. }\quad{\scriptsize Gospel\ John 14:15-21. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Sunday } \hfill \swatch{licolred}\par
-{\bfseries Pentecost Sunday (Whitsunday) }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 2:1-11. }\quad{\scriptsize Gospel\ John 14:23-31. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries Monday of Pentecost Week }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 10:34, 42-48 }\quad{\scriptsize Gospel\ John 3:16-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries Tuesday of Pentecost Week }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 8:14-17. }\quad{\scriptsize Gospel\ John 10:1-10. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries Pentecost Ember Wednesday }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 5:12-16 }\quad{\scriptsize Gospel\ John 6:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries Thursday of Pentecost Week }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 8:5-8 }\quad{\scriptsize Gospel\ Luke 9:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries Pentecost Ember Friday }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Joel 2:23-24; 26-27 }\quad{\scriptsize Gospel\ Luke 5:17-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries Pentecost Ember Saturday }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Rom 5:1-5. }\quad{\scriptsize Gospel\ Luke 4:38-44. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Trinity Sunday }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rom 11:33-36. }\quad{\scriptsize Gospel\ Matt 28:18-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 1st Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 John 4:8-21 }\quad{\scriptsize Gospel\ Luke 6:36-42 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Gregory VII }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
-\par{\scriptsize Commemoration\ St. Urban, Pope and Martyr }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Philip Neri }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Wis 7:7-14. }\quad{\scriptsize Gospel\ Luke 12:35-40 }
-\par{\scriptsize Commemoration\ S. Eleutherius }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Corpus Christi }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 11:23-29 }\quad{\scriptsize Gospel\ John 6:56-59 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Augustine of Canterbury }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Thess 2:2-9 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Mary Magdalene de Pazzi }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 2nd Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 John 3:13-18. }\quad{\scriptsize Gospel\ Luke 14:16-24. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Queenship of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Eccli 24:5; 14:7; 14:9-11; 24:30-31 }\quad{\scriptsize Gospel\ Luke 1:26-33 }
-\par{\scriptsize Commemoration\ St. Petronilla }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -1906,10 +1880,16 @@
-\clearpage
+\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}
@@ -1918,322 +1898,300 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Angela Merici }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 2nd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 John 3:13-18. }\quad{\scriptsize Gospel\ Luke 14:16-24. }
-\par{\scriptsize Commemoration\ Sts. Marcellinus, Peter, \& Erasmus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Thursday } \hfill \swatch{licolgreen}\par
-{\bfseries Thursday of the 2nd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 John 3:13-18. }\quad{\scriptsize Gospel\ Luke 14:16-24. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries The Sacred Heart of Jesus }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Eph 3:8-12, 14-19 }\quad{\scriptsize Gospel\ John 19:31-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries St. Boniface }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Ecclus 44:1-15 }\quad{\scriptsize Gospel\ Matt 5:1-12 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 3rd Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Pet. 5:6-11 }\quad{\scriptsize Gospel\ Luke 15:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 3rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Pet. 5:6-11 }\quad{\scriptsize Gospel\ Luke 15:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 3rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Pet. 5:6-11 }\quad{\scriptsize Gospel\ Luke 15:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 3rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Pet. 5:6-11 }\quad{\scriptsize Gospel\ Luke 15:1-10 }
-\par{\scriptsize Commemoration\ Sts. Primus \& Felicianus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Margaret of Scotland }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries St. Barnabas }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 11:21-26; 13:1-3 }\quad{\scriptsize Gospel\ Matt 10:16-22 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John of San Fecundo }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
-\par{\scriptsize Commemoration\ St. Basilidus }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 4th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:18-23 }\quad{\scriptsize Gospel\ Luke 5:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Basil the Great }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Luke 14:26-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 4th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:18-23 }\quad{\scriptsize Gospel\ Luke 5:1-11 }
-\par{\scriptsize Commemoration\ St. Vitus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 4th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:18-23 }\quad{\scriptsize Gospel\ Luke 5:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Gregory Barbarigo }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Matt 25:14-23 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Ephrem of Syria }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ Ss. Marcus and Marcellianus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Julia of Falconieri }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
-\par{\scriptsize Commemoration\ Sts. Gervasius and Protasius }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 5th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Pet 3:8-15. }\quad{\scriptsize Gospel\ Matt 5:20-24. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Aloysius Gongzaga }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Matt 22:29-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Paulinus of Nola }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor. 8:9-15 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Vigil of the Nativity of St. John the Baptist }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Jer 1:4-10 }\quad{\scriptsize Gospel\ Luke 1:5-17 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Nativity of St. John the Baptist }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 49:1-3, 5-7. }\quad{\scriptsize Gospel\ Luke 1:57-68 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. William }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 45:1-6 }\quad{\scriptsize Gospel\ Matt 19:27-29. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries Sts. John \& Paul }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Eccli 44:10-15 }\quad{\scriptsize Gospel\ Luke 12:1-8 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 6th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 6:3-11. }\quad{\scriptsize Gospel\ Mark 8:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Vigil of Sts. Peter \& Paul }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Acts 3:1-10 }\quad{\scriptsize Gospel\ John 21:15-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Peter \& Paul }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Acts 12:1-11 }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries In Commemoratione Sancti Pauli Apostoli }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Gal 1:11-20 }\quad{\scriptsize Gospel\ Matt 10:16-22 }
-\par{\scriptsize Commemoration\ St. Peter }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -2243,10 +2201,16 @@
-\clearpage
+\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}
@@ -2259,668 +2223,628 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries The Precious Blood of Our Lord Jesus Christ }\par
-{\scriptsize 1st Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Heb 9:11-15. }\quad{\scriptsize Gospel\ John 19:30-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Visitation of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Song 2:8-14 }\quad{\scriptsize Gospel\ Luke 1:39-47 }
-\par{\scriptsize Commemoration\ SS. Processus and Martinian }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries St. Irenaeus }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Tim. 3:14-17; 4:1-5 }\quad{\scriptsize Gospel\ Matt 10:28-33 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 7th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 6:19-23 }\quad{\scriptsize Gospel\ Matt 7:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Anthony Mary Zaccariah }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Tim. 4:8-16 }\quad{\scriptsize Gospel\ Mark 10:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 7th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 6:19-23 }\quad{\scriptsize Gospel\ Matt 7:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Sts. Cyril \& Methodius }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Heb 7:23-27 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Elizabeth of Portugal }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 7th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 6:19-23 }\quad{\scriptsize Gospel\ Matt 7:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Saturday } \hfill \swatch{licolred}\par
-{\bfseries Seven Holy Brothers and Sts. Rufina \& Secunda }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 12:46-50 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 8th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:12-17 }\quad{\scriptsize Gospel\ Luke 16:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John Gualbert }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 45:1-6 }\quad{\scriptsize Gospel\ Matt 5:43-48 }
-\par{\scriptsize Commemoration\ Ss. Naboris et Felicis }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 8th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:12-17 }\quad{\scriptsize Gospel\ Luke 16:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Bonaventure }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Henry the Emperor }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 8th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Rom 8:12-17 }\quad{\scriptsize Gospel\ Luke 16:1-9 }
-\par{\scriptsize Commemoration\ Our Lady of Mt. Carmel }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
-\par{\scriptsize Commemoration\ St. Alexis }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 9th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 10:6-13 }\quad{\scriptsize Gospel\ Luke 19:41-47 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Vincent de Paul }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor. 4:9-14 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Jerome Emiliani }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Isa 58:7-11 }\quad{\scriptsize Gospel\ Matt 19:13-21 }
-\par{\scriptsize Commemoration\ St. Margaret }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Laurence of Brindisi }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ St. Praxedis Virginis }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Mary Magdalene }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Song 3:2-5; 8:6-7 }\quad{\scriptsize Gospel\ Luke 7:36-50 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries St. Apollinaris }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet. 5:1-11 }\quad{\scriptsize Gospel\ Luke 22:24-30 }
-\par{\scriptsize Commemoration\ S. Liborii }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
-\par{\scriptsize Commemoration\ St. Christina }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 10th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 12:2-11 }\quad{\scriptsize Gospel\ Luke 18:9-14 }
-\par{\scriptsize Commemoration\ St. James the Greater }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Anne, Mother of the Blessed Virgin }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 10th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 12:2-11 }\quad{\scriptsize Gospel\ Luke 18:9-14 }
-\par{\scriptsize Commemoration\ St. Pantaleon }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Nazarius \& Celsus, St. Victor I \& St. Innocent I }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 10:17-20 }\quad{\scriptsize Gospel\ Luke 21:9-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Martha }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Luke 10:38-42 }
-\par{\scriptsize Commemoration\ Ss. Felicis, Simplicii, Faustini et Beatricis }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 10th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 12:2-11 }\quad{\scriptsize Gospel\ Luke 18:9-14 }
-\par{\scriptsize Commemoration\ Sts. Abdon \& Sennen }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Ignatius Loyola }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim. 2:8-10; 3:10-12. }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 11th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 15:1-10 }\quad{\scriptsize Gospel\ Mark 7:31-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Alphonsus Liguori }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim. 2:1-7 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
-\par{\scriptsize Commemoration\ St. Stephen I, Pope and Martyr }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 11th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 15:1-10 }\quad{\scriptsize Gospel\ Mark 7:31-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Dominic }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim. 4:1-8 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Dedication of the Basilica of St. Mary Major }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries Transfiguration of Our Lord }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Pet. 1:16-19 }\quad{\scriptsize Gospel\ Matt 17:1-9 }
-\par{\scriptsize Commemoration\ Pope Sixtus II, Felicissimus and Agapitus, Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Cajetan }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Matt 6:24-33 }
-\par{\scriptsize Commemoration\ St. Donatus }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 12th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 2 Cor. 3:4-9 }\quad{\scriptsize Gospel\ Luke 10:23-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Vigil of St. Lawrence }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Ecclus 51:1-8, 12 }\quad{\scriptsize Gospel\ Matt 16:24-27 }
-\par{\scriptsize Commemoration\ St. Romanus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Lawrence }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Cor. 9:6-10 }\quad{\scriptsize Gospel\ John 12:24-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 12th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 2 Cor. 3:4-9 }\quad{\scriptsize Gospel\ Luke 10:23-37 }
-\par{\scriptsize Commemoration\ Sts. Tiburtius \& Susanna }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Clare }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 12th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 2 Cor. 3:4-9 }\quad{\scriptsize Gospel\ Luke 10:23-37 }
-\par{\scriptsize Commemoration\ Sts. Hippolytus \& Cassian }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Vigil of the Assumption }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Sir 24:23-31 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
-\par{\scriptsize Commemoration\ St. Eusebius }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Assumption of the Blessed Virgin Mary }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Judith 13:22-25; 15:10 }\quad{\scriptsize Gospel\ Luke 1:41-50 }
-\par{\scriptsize Commemoration\ 13th Sunday after Pentecost }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Joachim, Father of the Blessed Virgin }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Matt 1:1-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Hyacinth }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 13th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Gal 3:16-22 }\quad{\scriptsize Gospel\ Luke 17:11-19 }
-\par{\scriptsize Commemoration\ St. Agapitus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John Eudes }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Bernard of Clairvaux }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 39:6-14 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Jane Frances de Chantal }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 14th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Gal 5:16-24 }\quad{\scriptsize Gospel\ Matt 6:24-33 }
-\par{\scriptsize Commemoration\ Immaculate Heart of Mary }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Philip Benizi }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor. 4:9-14 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Bartholomew }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Cor. 12:27-31 }\quad{\scriptsize Gospel\ Luke 6:12-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Louis IX }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Wis 10:10-14 }\quad{\scriptsize Gospel\ Luke 19:12-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Thursday } \hfill \swatch{licolgreen}\par
-{\bfseries Thursday of the 14th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Gal 5:16-24 }\quad{\scriptsize Gospel\ Matt 6:24-33 }
-\par{\scriptsize Commemoration\ St. Zephyrinus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Joseph Calasance }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Wis 10:10-14 }\quad{\scriptsize Gospel\ Matt 18:1-5 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Augustine }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ St. Hermes }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 15th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Gal 5:25-26; 6:1-10 }\quad{\scriptsize Gospel\ Luke 7:11-16 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Rose of Lima }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
-\par{\scriptsize Commemoration\ Sts. Felix and Adauctus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Raymond Nonnatus }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -2933,10 +2857,16 @@
-\clearpage
+\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}
@@ -2947,321 +2877,299 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 15th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Gal 5:25-26; 6:1-10 }\quad{\scriptsize Gospel\ Luke 7:11-16 }
-\par{\scriptsize Commemoration\ St. Giles }\par{\scriptsize Commemoration\ Twelve Holy Brothers, Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Stephen of Hungary }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 19:12-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Pius X }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Thess. 2:2-8 }\quad{\scriptsize Gospel\ John 21:15-17 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 16th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 3:13-21 }\quad{\scriptsize Gospel\ Luke 14:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 16th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 3:13-21 }\quad{\scriptsize Gospel\ Luke 14:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 16th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 3:13-21 }\quad{\scriptsize Gospel\ Luke 14:1-11 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Nativity of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 8:22-35 }\quad{\scriptsize Gospel\ Matt 1:1-16 }
-\par{\scriptsize Commemoration\ S. Hadriani }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Thursday } \hfill \swatch{licolgreen}\par
-{\bfseries Thursday of the 16th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 3:13-21 }\quad{\scriptsize Gospel\ Luke 14:1-11 }
-\par{\scriptsize Commemoration\ St. Gorgonius }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Nicholas of Tolentino }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor. 4:9-14 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
-\par{\scriptsize Commemoration\ Sts. Protus \& Hyacinth }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 17th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 4:1-6 }\quad{\scriptsize Gospel\ Matt 22:34-46 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 17th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 4:1-6 }\quad{\scriptsize Gospel\ Matt 22:34-46 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries Exaltation of the Holy Cross }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Phil 2:5-11 }\quad{\scriptsize Gospel\ John 12:31-36 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Seven Sorrows of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Judith 13:22; 13:23-25 }\quad{\scriptsize Gospel\ John 19:25-27 }
-\par{\scriptsize Commemoration\ S. Nicomedes }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Cornelius \& Cyprian }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 3:1-8 }\quad{\scriptsize Gospel\ Luke 21:9-19 }
-\par{\scriptsize Commemoration\ Sts. Euphemia, Lucy and Geminianus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 17th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 4:1-6 }\quad{\scriptsize Gospel\ Matt 22:34-46 }
-\par{\scriptsize Commemoration\ Stigmata of St. Francis }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Joseph of Cupertino }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 13:1-8 }\quad{\scriptsize Gospel\ Matt 22:1-14 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 18th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 1:4-8 }\quad{\scriptsize Gospel\ Matt 9:1-8 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 18th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Cor. 1:4-8 }\quad{\scriptsize Gospel\ Matt 9:1-8 }
-\par{\scriptsize Commemoration\ Sts. Eustace \& Companions }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Matthew }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Ezek 1:10-14 }\quad{\scriptsize Gospel\ Matt 9:9-13 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries September Ember Wednesday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 2 Esd. 8:1-10 }\quad{\scriptsize Gospel\ Mark 9:16-28 }
-\par{\scriptsize Commemoration\ St. Thomas of Villanova }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Linus }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
-\par{\scriptsize Commemoration\ St. Thecla }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries September Ember Friday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Osee 14:2-10 }\quad{\scriptsize Gospel\ Luke 7:36-50 }
-\par{\scriptsize Commemoration\ Our Lady of Ransom }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries September Ember Saturday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Heb 9:2-12 }\quad{\scriptsize Gospel\ Luke 13:6-17 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 19th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 4:23-28 }\quad{\scriptsize Gospel\ Matt 22:1-14 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Cosmas \& Damian }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 5:16-20 }\quad{\scriptsize Gospel\ Luke 6:17-23 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Wenceslaus }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Wis 10:10-14 }\quad{\scriptsize Gospel\ Matt 10:34-42 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Dedication of St. Michael the Archangel }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rev 1:1-5 }\quad{\scriptsize Gospel\ Matt 18:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Jerome }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -3270,10 +3178,16 @@
-\clearpage
+\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}
@@ -3288,336 +3202,315 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 19th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 4:23-28 }\quad{\scriptsize Gospel\ Matt 22:1-14 }
-\par{\scriptsize Commemoration\ St. Remigius }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Holy Guardian Angels }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Exod 23:20-23 }\quad{\scriptsize Gospel\ Matt 18:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 20th Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 5:15-21 }\quad{\scriptsize Gospel\ John 4:46-53 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Francis of Assisi }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Gal 6:14-18 }\quad{\scriptsize Gospel\ Matt 11:25-30 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 20th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 5:15-21 }\quad{\scriptsize Gospel\ John 4:46-53 }
-\par{\scriptsize Commemoration\ St. Placid \& Companions }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Bruno }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady of the Rosary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 8:22-24, 32-35. }\quad{\scriptsize Gospel\ Luke 1:26-38 }
-\par{\scriptsize Commemoration\ St. Mark I }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Bridget of Sweden }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Tim. 5:3-10. }\quad{\scriptsize Gospel\ Matt 13:44-52. }
-\par{\scriptsize Commemoration\ Ss. Sergio, Baccho, Marcello and Apulejo Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John Leonardi }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 4:1-6; 4:15-18 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
-\par{\scriptsize Commemoration\ St. Dionysius and companions }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 21st Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 6:10-17 }\quad{\scriptsize Gospel\ Matt 18:23-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries Maternity of the Blessed Virgin Mary }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 24:23-31 }\quad{\scriptsize Gospel\ Luke 2:43-51 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 21st Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Eph 6:10-17 }\quad{\scriptsize Gospel\ Matt 18:23-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Edward }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Callistus I }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Teresa of Avila }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Hedwig }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 22nd Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 1:6-11 }\quad{\scriptsize Gospel\ Matt 22:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries St. Luke the Evangelist }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Cor. 8:16-24 }\quad{\scriptsize Gospel\ Luke 10:1-9 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Peter of Alcantara }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Phil 3:7-12 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John Cantius }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ James 2:12-17 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Thursday } \hfill \swatch{licolgreen}\par
-{\bfseries Thursday of the 22nd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 1:6-11 }\quad{\scriptsize Gospel\ Matt 22:15-21 }
-\par{\scriptsize Commemoration\ St. Hilarion }\par{\scriptsize Commemoration\ St. Ursula and Companions }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 22nd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 1:6-11 }\quad{\scriptsize Gospel\ Matt 22:15-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Anthony Mary Claret }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Heb 7:23-27 }\quad{\scriptsize Gospel\ Matt 24:42-47 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 23rd Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 9:18-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 23rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 9:18-26 }
-\par{\scriptsize Commemoration\ Sts. Chrysanthus \& Daria }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolgreen}\par
-{\bfseries Tuesday of the 23rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 9:18-26 }
-\par{\scriptsize Commemoration\ St. Evaristus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 23rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 9:18-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries Sts. Simon \& Jude }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Eph. 4:7-13. }\quad{\scriptsize Gospel\ John 15:17-25 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 23rd Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 9:18-26 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Christ the King }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Col 1:12-20. }\quad{\scriptsize Gospel\ John 18:33-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -3634,332 +3527,316 @@
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries All Saints }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Apoc 7:2-12 }\quad{\scriptsize Gospel\ Matt 5:1-12 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolblack}\par
-{\bfseries Commemoration of All Souls }\par
-{\scriptsize 1st Class \textperiodcentered\ Black }\par
-{\scriptsize Epistle\ 1 Cor. 15:51-57 }\quad{\scriptsize Gospel\ John 5:25-29 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolgreen}\par
-{\bfseries Wednesday of the 24th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Col 1:12-20. }\quad{\scriptsize Gospel\ John 18:33-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Charles Borromeo }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Matt 25:14-23 }
-\par{\scriptsize Commemoration\ Sts. Vitalis and Agricola, Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Friday } \hfill \swatch{licolgreen}\par
-{\bfseries Friday of the 24th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Col 1:12-20. }\quad{\scriptsize Gospel\ John 18:33-37 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 5th Sunday after Epiphany }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Col 3:12-17 }\quad{\scriptsize Gospel\ Matt 13:24-30 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Monday } \hfill \swatch{licolgreen}\par
-{\bfseries Monday of the 25th Week of the Time after Pentecost }\par
-{\scriptsize 4th Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Col 3:12-17 }\quad{\scriptsize Gospel\ Matt 13:24-30 }
-\par{\scriptsize Commemoration\ Four Holy Crowned Martyrs }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries Dedication of the Archbasilica of Our Holy Savior }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rev 21:2-5 }\quad{\scriptsize Gospel\ Luke 19:1-10 }
-\par{\scriptsize Commemoration\ St. Theodore }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Andrew Avellino }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 31:8-11 }\quad{\scriptsize Gospel\ Luke 12:35-40 }
-\par{\scriptsize Commemoration\ Sts. Tryphonis, Respicii, et Nymphae }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Martin of Tours }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Luke 11:33-36 }
-\par{\scriptsize Commemoration\ St. Menna }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Friday } \hfill \swatch{licolred}\par
-{\bfseries St. Martin I }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Didacus }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor 4:9-14 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 6th Sunday after Epiphany }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ 1 Thess 1:2-10 }\quad{\scriptsize Gospel\ Matt 13:31-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Albert the Great }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Gertrude the Great }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Gregory the Wonderworker }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Sir 44:16-27; 45:3-20 }\quad{\scriptsize Gospel\ Mark 11:22-24 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries Dedication of the Basilicas of Sts. Peter \& Paul }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rev 21:2-5 }\quad{\scriptsize Gospel\ Luke 19:1-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Elizabeth of Hungary }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 31:10-31 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
-\par{\scriptsize Commemoration\ St. Pontian }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Felix of Valois }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Cor. 4:9-14 }\quad{\scriptsize Gospel\ Luke 12:32-34 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Sunday } \hfill \swatch{licolgreen}\par
-{\bfseries 24th and Last Sunday after Pentecost }\par
-{\scriptsize 2nd Class \textperiodcentered\ Green }\par
-{\scriptsize Epistle\ Col 1:9-14 }\quad{\scriptsize Gospel\ Matt 24:15-35 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries St. Cecilia }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Sir 51:13-17. }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Clement I }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Phil 3:17-21; 4:1-3 }\quad{\scriptsize Gospel\ Matt 16:13-19 }
-\par{\scriptsize Commemoration\ St. Felicity }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John of the Cross }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ St. Chrysogonus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Catherine of Alexandria }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Sir 51:1-8; 51:12 }\quad{\scriptsize Gospel\ Matt 25:1-13. }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Sylvester }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 45:1-6 }\quad{\scriptsize Gospel\ Matt 19:27-29. }
-\par{\scriptsize Commemoration\ St. Peter of Alexandria }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries Our Lady's Saturday Office }\par
-{\scriptsize 4th Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 24:14-16 }\quad{\scriptsize Gospel\ Luke 11:27-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 1st Sunday of Advent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 13:11-14 }\quad{\scriptsize Gospel\ Luke 21:25-33 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 1st Week of Advent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 13:11-14 }\quad{\scriptsize Gospel\ Luke 21:25-33 }
-\par{\scriptsize Commemoration\ St. Saturninus }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Andrew }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Rom 10:10-18 }\quad{\scriptsize Gospel\ Matt 4:18-22 }
-\par{\scriptsize Commemoration\ Tuesday of the 1st Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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}
@@ -3971,10 +3848,16 @@
-\clearpage
+\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}
@@ -3985,338 +3868,315 @@
-\begin{tcolorbox}[colback=white,colframe=black!35,boxrule=0.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 1 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 1st Week of Advent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 13:11-14 }\quad{\scriptsize Gospel\ Luke 21:25-33 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 2 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Vivian }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Sir 51:13-17. }\quad{\scriptsize Gospel\ Matt 13:44-52. }
-\par{\scriptsize Commemoration\ Thursday of the 1st Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 3 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Francis Xavier }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Rom 10:10-18 }\quad{\scriptsize Gospel\ Mark 16:15-18 }
-\par{\scriptsize Commemoration\ Friday of the 1st Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 4 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Peter Chrysologus }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ Saturday of the 1st Week of Advent }\par{\scriptsize Commemoration\ St. Barbara }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 5 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 2nd Sunday of Advent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 15:4-13 }\quad{\scriptsize Gospel\ Matt 11:2-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 6 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Nicholas }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Heb 13:7-17 }\quad{\scriptsize Gospel\ Matt 25:14-23 }
-\par{\scriptsize Commemoration\ Monday of the 2nd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 7 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Ambrose }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 2 Tim 4:1-8 }\quad{\scriptsize Gospel\ Matt 5:13-19 }
-\par{\scriptsize Commemoration\ Tuesday of the 2nd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 8 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries Immaculate Conception of the Blessed Virgin Mary }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Prov 8:22-35 }\quad{\scriptsize Gospel\ Luke 1:26-28 }
-\par{\scriptsize Commemoration\ Wednesday of the 2nd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 9 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 2nd Week of Advent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 15:4-13 }\quad{\scriptsize Gospel\ Matt 11:2-10 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 10 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Friday of the 2nd Week of Advent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 15:4-13 }\quad{\scriptsize Gospel\ Matt 11:2-10 }
-\par{\scriptsize Commemoration\ St. Melchiades }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 11 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries St. Damasus I }\par
-{\scriptsize 3rd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ 1 Pet 5:1-4; 5:10-11. }\quad{\scriptsize Gospel\ Matt 16:13-19 }
-\par{\scriptsize Commemoration\ Saturday of the 2nd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 12 } \;\; {\scriptsize Sunday } \hfill \swatch{licolrose}\par
-{\bfseries 3rd Sunday of Advent }\par
-{\scriptsize 1st Class \textperiodcentered\ Rose }\par
-{\scriptsize Epistle\ Phil 4:4-7 }\quad{\scriptsize Gospel\ John 1:19-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 13 } \;\; {\scriptsize Monday } \hfill \swatch{licolred}\par
-{\bfseries St. Lucy }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Cor 10:17-18; 11:1-2 }\quad{\scriptsize Gospel\ Matt 13:44-52. }
-\par{\scriptsize Commemoration\ Monday of the 3rd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 14 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolviolet}\par
-{\bfseries Tuesday of the 3rd Week of Advent }\par
-{\scriptsize 3rd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Phil 4:4-7 }\quad{\scriptsize Gospel\ John 1:19-28 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 15 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Advent Ember Wednesday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 7:10-15 }\quad{\scriptsize Gospel\ Luke 1:26-38 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 16 } \;\; {\scriptsize Thursday } \hfill \swatch{licolred}\par
-{\bfseries St. Eusebius }\par
-{\scriptsize 3rd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ 2 Cor. 1:3-7 }\quad{\scriptsize Gospel\ Matt 16:24-27. }
-\par{\scriptsize Commemoration\ Thursday of the 3rd Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 17 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Advent Ember Friday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Isa 11:1-5 }\quad{\scriptsize Gospel\ Luke 1:39-47 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 18 } \;\; {\scriptsize Saturday } \hfill \swatch{licolviolet}\par
-{\bfseries Advent Ember Saturday }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 2 Thess 2:1-8 }\quad{\scriptsize Gospel\ Luke 3:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 19 } \;\; {\scriptsize Sunday } \hfill \swatch{licolviolet}\par
-{\bfseries 4th Sunday of Advent }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 4:1-5 }\quad{\scriptsize Gospel\ Luke 3:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 20 } \;\; {\scriptsize Monday } \hfill \swatch{licolviolet}\par
-{\bfseries Monday of the 4th Week of Advent }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 4:1-5 }\quad{\scriptsize Gospel\ Luke 3:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 21 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries St. Thomas }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Eph 2:19-22 }\quad{\scriptsize Gospel\ John 20:24-29 }
-\par{\scriptsize Commemoration\ Tuesday of the 4th Week of Advent }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 22 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolviolet}\par
-{\bfseries Wednesday of the 4th Week of Advent }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 4:1-5 }\quad{\scriptsize Gospel\ Luke 3:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 23 } \;\; {\scriptsize Thursday } \hfill \swatch{licolviolet}\par
-{\bfseries Thursday of the 4th Week of Advent }\par
-{\scriptsize 2nd Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ 1 Cor. 4:1-5 }\quad{\scriptsize Gospel\ Luke 3:1-6 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 24 } \;\; {\scriptsize Friday } \hfill \swatch{licolviolet}\par
-{\bfseries Vigil of the Nativity (Christmas Eve) }\par
-{\scriptsize 1st Class \textperiodcentered\ Violet }\par
-{\scriptsize Epistle\ Rom 1:1-6 }\quad{\scriptsize Gospel\ Matt 1:18-21 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 25 } \;\; {\scriptsize Saturday } \hfill \swatch{licolwhite}\par
-{\bfseries The Nativity of Our Lord (Christmas) }\par
-{\scriptsize 1st Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Heb 1:1-12 }\quad{\scriptsize Gospel\ John 1:1-14 }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 26 } \;\; {\scriptsize Sunday } \hfill \swatch{licolwhite}\par
-{\bfseries Sunday within the Octave of the Nativity }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Gal 4:1-7 }\quad{\scriptsize Gospel\ Luke 2:33-40 }
-\par{\scriptsize Commemoration\ St. Stephen }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 27 } \;\; {\scriptsize Monday } \hfill \swatch{licolwhite}\par
-{\bfseries St. John the Evangelist }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Ecclus 15:1-6 }\quad{\scriptsize Gospel\ John 21:19-24 }
-\par{\scriptsize Commemoration\ 3rd Day within the Octave of the Nativity }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 28 } \;\; {\scriptsize Tuesday } \hfill \swatch{licolred}\par
-{\bfseries Holy Innocents }\par
-{\scriptsize 2nd Class \textperiodcentered\ Red }\par
-{\scriptsize Epistle\ Apoc 14:1-5 }\quad{\scriptsize Gospel\ Matt 2:13-18 }
-\par{\scriptsize Commemoration\ 4th Day within the Octave of the Nativity }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 29 } \;\; {\scriptsize Wednesday } \hfill \swatch{licolwhite}\par
-{\bfseries 5th Day within the Octave of the Nativity }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 3:4-7 }\quad{\scriptsize Gospel\ Luke 2:15-20 }
-\par{\scriptsize Commemoration\ St. Thomas Becket }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 30 } \;\; {\scriptsize Thursday } \hfill \swatch{licolwhite}\par
-{\bfseries 6th Day within the Octave of the Nativity }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 3:4-7 }\quad{\scriptsize Gospel\ Luke 2:15-20 }
+\begin{tcolorbox}[colback=white,colframe=black!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.4pt,left=1.6mm,right=1.6mm,top=0.4mm,bottom=0.4mm,before skip=0.5mm,after skip=0mm]
-{\bfseries 31 } \;\; {\scriptsize Friday } \hfill \swatch{licolwhite}\par
-{\bfseries 7th Day within the Octave of the Nativity }\par
-{\scriptsize 2nd Class \textperiodcentered\ White }\par
-{\scriptsize Epistle\ Titus 3:4-7 }\quad{\scriptsize Gospel\ Luke 2:15-20 }
-\par{\scriptsize Commemoration\ St. Silvester }
+\begin{tcolorbox}[colback=white,colframe=black!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}
-\clearpage
+\vspace{1mm}
\end{document}