html {
  scroll-behavior: smooth;
}

p { 
	text-align: left;
	letter-spacing: 1px; 
}
body {
    margin: auto;
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	max-width: 1200px;
	color: white;
	background-color: black;
}
ol {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}
h3 {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}
h4 {
	font-style: italic;
	margin: 2px 0px 2px 0px;
}
hr	{
	color: white;
}
a	{
//	 all: unset;
}
.btwButton {
	margin: 0px 0px 2px 0px;
	padding: 0px 10px 3px 10px;
	border: solid 1px #aaaaaa;
}
.btwWarning {
	background-color: #ffdddd;
}
.heading {
	font-size: 1em;
	font-weight: bold;
}	
.accordion {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: black;
//    cursor: pointer;
	padding: 2px 10px 2px 0px;
	margin: 2px 2px 2px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
.accordion.active, .accordion:hover {
    background-color: black;
}
.accordion:after {
    content: ' ';
    color: red;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
	content: " ";
	color: red; 
}
.small {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	color: black;
}
.panel {
	font-size: 1.2em;
	margin-left: 20px;
	padding: 3px 0px 3px 0px ;
//	display: none;
	background-color: black;
//	overflow: hidden;
	}
.em1 {
	 font-size: 1em;
}
.rubric {
	margin: 8px 5px 8px 20px;
	font-size: 0.85em;
	color: red;
	font-style: italic;
}
.lead {
	margin: 10px 0px 10px 20px ;
	color: white;
	font-weight: bold;
}
.pre {
	font-size: 34.56px;
	font-family: Helvetica, sans-serif;
}
.congcont {
	margin: 0px 0px 10px 20px;
	font-weight: bold;
	color: #6ffff2;
	vertical-align: top; /* Added to address the vertical alignment */
}
.congcont::before {
	vertical-align: top;
	display: inline-block;
	height: 0;
	font-weight: bold;
}
.cong {
	margin: 0px 0px 10px 20px;
	font-weight: bold;
	color: #6ffff2;
	vertical-align: top; /* Added to address the vertical alignment */
}

.cong::before {
	content: '\27A4 ';
	vertical-align: top;
	display: inline-block;
	height: 0;
	font-weight: bold;
}

.name {
	font-weight: bold; 
	font-size: 0.85em;
	color: yellow; 
	padding-top: 5px;
 }
 .red {
	color: #ff0000;
}
 .green {
	color: #00ff00;
}
 .blue {
	color: #0000ff;
}
.padding {
	padding: 10px;
}
