@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;
            gap: 15px;
        }
		
		 #container {
          	display: flex;
            flex-direction: column;
            gap: 15px;
        }
		
		
/* 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: 1.2em;
            color: #8B4513;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .context-item {
            margin-bottom: 10px;
        }
        
        .context-title {
            font-weight: bold;
            color: #8B4513;
        }
		
		
/* Outline Section */
        
        .outline-section {
            border: 2px solid maroon;
            border-radius: 8px;
            padding: 12px;
            background-color: #fafafa;
            break-inside: avoid;
            margin-bottom: 1%;
        }
        
        .outline-header {
            font-weight: bold;
            font-size: 1.2em;
            color: maroon;
            margin-bottom: 8px;
            border-bottom: 1px solid maroon;
            padding-bottom: 0.3%;
        }
		

		
		
		
		
/* Key Themes Section */
		
        .theme-section {
            background-color: #f0f8ff;
            border: 2px solid #4682B4;
            border-radius: 8px;
            padding: 15px;
            margin-top: 20px;
            break-inside: avoid;
        }
		
        .theme-header {
            font-weight: bold;
            font-size: 1.2em;
            color: #4682B4;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .theme-list {
            display: flex;
			flex-direction: column;
            gap: 4%;
			margin-bottom: 1%;
        }
        
        .theme-item {
            background-color: white;
            padding: 8px;
            border-radius: 4px;
            border-left: 4px solid #4682B4;
			margin-bottom: 2%;
        }
        
        .theme-name {
            font-weight: bold;
            color: #4682B4;
        }
		
/* Event Section */

        .event {
            margin-bottom: 0.8%;
            padding-left: 1%;
            position: relative;
        }
		
		.event:before {
            position: absolute;
            left: 0;
            color: maroon;
            font-weight: bold;
        }
        
        .event:beforedot {
            content: "•";
            position: absolute;
            left: 0;
            color: maroon;
            font-weight: bold;
        }
        
        .event-title {
            font-weight: bold;
            color: black;
        }
		
        .age-indicator {
            color: #8B4513;
            font-weight: bold;
            font-size: 0.7em;
        }
        
        .event-description {
            margin-top: 0.4%;
            color: black;
			font-size: 0.85em;
        }
        
        .scripture-ref {
			margin-top: 0.1%;
            font-style: italic;
            color: black;
            font-size: 0.8em;
        }
		
		
/* Locations Section */
        
        .locations-section {
            background-color: #f0f8ff;
            border: 2px solid #4682B4;
            border-radius: 8px;
            padding: 15px;
            margin-top: 20px;
            break-inside: avoid;
        }
        
        .locations-header {
            font-weight: bold;
            font-size: 1.2em;
            color: #4682B4;
            margin-bottom: 15px;
            text-align: center;
            border-bottom: 2px solid #4682B4;
            padding-bottom: 8px;
        }
        
        .location-item {
            margin-bottom: 8px;
            padding-left: 15px;
            position: relative;
        }
        
        .location-item:before {
            content: "📍";
            position: absolute;
            left: 0;
        }
        
        .location-name {
            font-weight: bold;
            color: #4682B4;
        }
        
        .special-highlight {
            background-color: #e6f3ff !important;
            border-left: 4px solid #4682B4 !important;
        }
		
		
/* Prophets Section */
		
        .period-section {
            border: 1px solid maroon;
            border-radius: 8px;
            padding: 12px;
            background-color: #fafafa;
            margin-bottom: 15px;
        }
        
        .period-header {
            font-weight: bold;
            font-size: 1.4em;
            color: maroon;
			text-align: center;
            margin-bottom: 8px;
            border-bottom: 1px solid maroon;
            padding-bottom: 5px;
        }
        
        .prophet-entry {
            margin-bottom: 12px;
            padding: 8px;
            background-color: #e6f3ff;
            border-left: 4px solid #4682B4;
            border-radius: 4px;
        }

        .intro {
            margin-bottom: 12px;
            padding: 8px;
            background-color: #e6f3ff;
            border-left: 4px solid #87cefa;
            border-radius: 4px;
        }

        .outro {
            margin-bottom: 12px;
            padding: 8px;
            background-color: #e6f3ff;
            border-left: 4px solid #87cefa;
            border-radius: 4px;
        }

        .king-entry {
            margin-bottom: 12px;
            padding: 8px;
            background-color: #fff8dc;
            border-left: 4px solid #daa520;
            border-radius: 4px;
        }
        
        .israel-king {
            background-color: #f0fff0;
            border-left: 4px solid #00fa9a;
        }
        
        .judah-king {
            background-color: #ffe4e1;
            border-left: 4px solid #dc143c;
        }
        
        .name-dates {
            font-weight: bold;
            color: maroon;
            font-size: 1em;
            margin-bottom: 4px;
        }
        
        .prophet-message {
			margin-bottom: 4px;
            font-size: 0.9em;

        }
        
        .king-achievement {
            color: #daa520;
            font-weight: bold;
            margin-bottom: 4px;
            font-size: 0.9em;
        }
        
        .writings {

            border-left: 4px solid #00fa9a;
            padding: 6px;
            margin: 4px 0;
            border-radius: 4px;
            font-size: 0.9em;
        }
        
        .writings .book-title {
            font-weight: bold;
        }
        
        .interaction {
            background-color: #ffe4e1;
            border-left: 4px solid #dc143c;
            padding: 6px;
            margin: 4px 0;
            border-radius: 4px;
            font-size: 0.85em;
        }
        
        .interaction .interaction-title {
            font-weight: bold;
            color: #dc143c;
        }
		
        .historical-context {
            border-left: 4px solid #daa520;
            padding: 6px;
            margin: 4px 0;
            border-radius: 4px;
            font-size: 0.85em;
        }
        
        .historical-context .context-title {
            font-weight: bold;
            color: black;
        }
        
        .dates {
            font-style: italic;
            color: #666;
            font-size: 0.8em;
        }

		.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: 80%; }
        }