        @page {
            size: A4;
            margin: 0.5in;
        }
        
body {
font-family: Tahoma,Verdana,Helvetica,sans-serif;
font-size: 100%;
line-height: 1.3;
margin: 0;
padding: 20px;
color: black;
    }
	
p	{text-align: center;
font-style: italic;
margin-bottom: 30px;
color: #666;
	}
		
#lyric {
font-size:0.8em;
font-weight:normal;
text-align:left;
}
		
a:link, a:active {
text-decoration:none;
color:maroon;
font-weight:bold;
}

a:visited {
text-decoration:none;
color:8b0000;
font-weight:bold;
}

a:hover {
text-decoration:none;
color:#b22222;
font-weight:bold;
}
        
        h1 {
            text-align: center;
            font-size: 1.6em;
            margin-bottom: 20px;
            color: maroon;
            border-bottom: 2px solid #8B4513;
            padding-bottom: 10px;
			}
        
        .timeline-container {
            display: flex;
            flex-direction: column;
        }
		
/* Year Section */
        
        .year-section {
            border: 2px solid maroon;
            border-radius: 8px;
            padding: 12px;
            background-color: #fafafa;
            break-inside: avoid;
			margin-bottom: 1%;        }
        
        .year-header {
            font-weight: bold;
            font-size: 1.2em;
            color: maroon;
			margin-bottom: 8px;
            border-bottom: 1px solid maroon;
            padding-bottom: 0.3%;
        }
		
/* Event Section */
        
        .event {
            margin-bottom: 8px;
            padding-left: 15px;
            position: relative;
        }
        
        .event:before {
            position: absolute;
            left: 0;
            color: #8B4513;
            font-weight: bold;
        }
		
        .event:before-SQUARE {
            content: url("../../graphics/icons/square5_navy.jpg");
            position: absolute;
            left: 0;
            color: #8B4513;
            font-weight: bold;
        }
        
        .event-title {
            font-weight: bold;
            color: #000;
        }
        
        .event-description {
            margin-top: 2px;
            color: #333;
        }
        
        .scripture-ref {
			margin-top: 0.1%;
            font-style: italic;
            color: black;
            font-size: 0.8em;
        }
        
/* Festival Section */
        
        .festival-section {
            background-color: #f0f8ff;
            border: 2px solid #4682B4;
            border-radius: 8px;
            padding: 15px;
            margin-top: 20px;
            break-inside: avoid;
        }
        
        .festival-header {
            font-weight: bold;
            font-size: 14px;
            color: #4682B4;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .festival-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }
        
        .festival-item {
            background-color: white;
            padding: 8px;
            border-radius: 4px;
            border-left: 4px solid #4682B4;
        }
		
        .festival-item -2 {
            background-color: white;
            padding: 8px;
            border-radius: 4px;
        }
        
        .festival-name {
            font-weight: bold;
            color: #4682B4;
        }
		
		
/* Historical Context Section */
        
        .context-section {
            background-color: #fff9e6;
            border: 2px solid #8B4513;
            border-radius: 8px;
            padding: 15px;
            margin-top: 20px;
			margin-bottom: 1%;
            break-inside: avoid;
        }
        
        .context-header {
            font-weight: bold;
            font-size: 14px;
            color: #8B4513;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .context-item {
            margin-bottom: 10px;
        }
        
        .context-title {
            font-weight: bold;
            color: #8B4513;
        }
		
		.copyright-section {
		border: 2px solid maroon;
		border-radius: 8px;
		padding: 12px;
		background-color: #fafafa;
		break-inside: avoid;
		margin-top: 10px;
		margin-bottom: 1%;
		}
		        
        @media print {
            body { font-size: 10px; }
            .year-section { break-inside: avoid; }
            .festival-section { break-inside: avoid; }
            .context-section { break-inside: avoid; }
        }