/*body {
  color:#ffffff;
  background-color: #000000;
}
 A:hover {color:#FFFFFF;}
.Nav1 {font-size:8.0pt;color:#FFFFFF;text-decoration: none;font-weight: bold;font-family: Tahoma;}
.Nav1:hover {color:#F3C43E;}
.Stream1 {font-size:8.0pt;color:#99110A;text-decoration: none;font-weight: bold;font-family: Tahoma;}
.Stream1:hover {color:#FFFFFF;}
.Menu2 {font-size:6.5pt;color:#042F55;text-decoration: none;font-weight: bold;font-family: Tahoma;}
.Content {font-size:8.5pt;color:#000000;text-decoration: none;font-weight: bold;font-family: Tahoma;}
.Content2 {font-size:8.5pt;color:#000000;text-decoration: none;font-weight: bold;font-family: Tahoma;}
.Header {font-size:8.5pt;color:#99110A;text-decoration: none;font-weight: bold;font-family: Tahoma;}  
.Bang {font-size:8.5pt;color:#0066CC;text-decoration: none;font-weight: bold;font-family: Tahoma;}  
*/

:root {
    color-scheme: dark;
    --bg: #212121;
    --accent-bg: #2b2b2b;
    --text: #dcdcdc;
    --text-light: #ababab;
    --accent: #ffb300;
    --accent-hover: #ffe099;
    --accent-text: var(--bg);
    --code: #f06292;
    --preformatted: #ccc;
    --disabled: #111;
}
