
body {

    background-color: #242325;
    font-family: serif; 
}

p {
  color: white;
    font-color:white;
    font-size: 15px;
}
p.update{
  line-height: 100%;
    font-size: 16px;
    color: #ffffff;
}
h1,h2,h3,h4,h5,h6{
  color: #ffffff;
  line-height: 10px;
}

a {
    color: #F6AE2D;
    text-decoration: none;
}

a:visited {
    color: #004c99;
}

/* a:hover { */
/*     color: #fafafa; */
/*     background-color: #0066cc; */
/*     text-decoration: underline; */
/* } */
/**/
/* a:visited:hover { */
/*     color: #fafafa; */
/*     background-color: #004c99; */
/*     text-decoration: underline; */
/* } */
a { color: #F6AE2D; text-decoration: underline; }
a:visited { color: #F6AE2D; text-decoration: underline;}
a:hover { color: black; background-color: #ffffff; 
text-decoration: underline;}
a:visited:hover { background-color: #ffffff; text-decoration: underline;}


/* h1:before { content: "> " } */
/* h2:before { content: ">> " } */
/* h3:before { content: ">>> " } */
/* h4:before { content: ">>>> " } */
/* h1:before,h2:before,h3:before,h4:before { color: gray; } */

ul, ol {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

li::before {
    content: ">"; /* Add - instead of * for bullets */
    color: gray;
    margin-right: 6px; /* Adjust spacing between bullet and text */
}

li {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20.0px;
}

/* a[href]::before { */
/*     content: "["; */
/* } */
/**/
/* a[href]::after { */
/*     content: "]"; */
/* } */

/* Style for nested lists */
ul ul, ol ul,
ul ol, ol ol {
    margin-left: 10px; /* Adjust the margin for nested lists */
}

.date {
    font-weight: bold;
    text-decoration: underline;
    padding-top: 20px;
    padding-bottom: 5px;
      color: #ffffff;
}


.container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242325;
}

.container div {
  width: 750px;
  background-color: #242325;
}

hr.solid {
  border-bottom: 2px solid #f0f0f0;
}

/* #tag-select { */
/*     font-family: "AcPlus ToshibaSat 8x14", monospace; */
/*     font-size: 15px; */
/*     color: #f0f0f0; */
/*     background-color: #000000; */
/*     border: 1px solid #f0f0f0; */
/*     padding: 5px 10px; */
/* } */
/**/
/* label { */
/*     font-family: "AcPlus ToshibaSat 8x14", monospace; */
/*     font-size: 20px; */
/*     color: #f0f0f0; */
/*     background-color: #000000; */
/*     margin-right: 10px; */
/* } */
/* /* Style for the options */ */
/* #tag-select option { */
/*     color: #f0f0f0; */
/*     background-color: #000000 */
/* } */
/**/
/* .tags { */
/*     color: gray; */
/* } */
/**/
/* .tags::before { */
/*     content: "#"; */
/*     color: gray; */
/* } */

/* details > summary { */
/*   padding: 4px; */
/*   width: 190px; */
/*   background-color: #f0f0f0; */
/*   color: #000000; */
/*   cursor: pointer; */
/* } */

/* @keyframes blink {   */
/*   0% { color: white;} */
/*   50% { color: dimgray;} */
/*   100% { color: white;} */
/* } */
/* @-webkit-keyframes blink { */
/*   0% { color: white; } */
/*   50% { color: dimgray; } */
/*   100% { color: white; } */
/* } */
/* .blink_me { */
/*   -webkit-animation: blink 1s linear infinite; */
/*   -moz-animation: blink 1s linear infinite; */
/*   animation: blink 1s linear infinite; */
/* } */