/* Global Styles */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f4f9;
	color: #333;
	line-height: 1.6;
}

.container {
	width: 80%;
	max-width: 900px;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


section {
	margin-bottom: 40px;
}

.section-heading {
	font-weight: bold;
}

.the-fine-print {
	font-size: 0.8em;
}

h1 {
	font-size: 2.5em;
	color: #2a2a2a;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 0.5em;
	text-align: justify;
}

h2 {
	font-size: 1.4em;
	color: #0056b3;
	margin-bottom: 0.5em;
}

ul {
	margin: 0em 0;
	padding-left: 20px;
}

ul li {
	margin-bottom: 0.0em;
	list-style: none;
}	

a {
	color: #007bff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.last-updated {
	font-size: 0.9em;
	color: #777;
	margin-top: -1em;
	margin-bottom: 1.5em;
}

/* Table of Contents */
.toc {
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.toc ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.toc li {
	margin: 5px 0;
}

.toc a {
	font-weight: bold;
	color: #007bff;
}

.toc a:hover {
	text-decoration: underline;
}
