:root {color-scheme: dark;}
@font-face {font-family: fabrics; src: url(fabrics.ttf);}
body {color: white; background-color: #222226;}
h3 {font-family: fabrics; font-size: 1px; font-weight: normal; line-height: 0%;}
h2 {font-family: fabrics; font-size: 20px; font-weight: normal; line-height: 0%; color: #777777;}
h1 {font-family: fabrics; font-size: 28px; font-weight: normal; line-height: 25%;}
.titlebar a {padding: 6px 8px 6px 16px; color: #FFFFFF; display: block; text-decoration: none; font-family: fabrics; font-size: 28px; color: #999999;}
.titlebar a:hover {padding: 6px 8px 6px 16px; color: #FFFFFF; display: block; text-decoration: none; font-family: fabrics; font-size: 28px; color: #FFFFFF;}
p {font-family: fabrics; font-size: 20px; font-weight: normal; line-height: 0%; color: #AAAAAA;}
a {font-family: fabrics; color: #90B8FF; font-size: 20px; padding: 6px 8px 6px 16px; text-decoration: none;}
.titlebar 
{
    height: 50px;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #333336;
    overflow-y: hidden;
    padding-top: 0px;
    padding-left: 20px;
    width:100%;
    margin:auto;
}

.titlebar h1 {padding: 6px 8px 6px 16px; color: #FFFFFF; display: block; text-decoration: none; font-family: fabrics; font-size: 28px;}
.sidebar {height: 100%; width: 300px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111116; overflow-x: hidden; padding-top: 20px;}
.sidebar a {padding: 6px 8px 6px 16px; color: #90B8FF; display: block; text-decoration: none; font-family: fabrics; font-size: 22px;}
.sidebar h1 {padding: 6px 8px 6px 16px; color: #FFFFFF; display: block; text-decoration: none; font-family: fabrics; font-size: 28px;}
.sidebar h2 {padding: 6px 8px 6px 16px; color: #AAAAAA; display: block; text-decoration: none; font-family: fabrics; font-size: 24px;}
.sidebar h3 {padding: 6px 2px 2px 16px; color: #777777; display: block; text-decoration: none; font-family: fabrics; font-size: 18px;}
.sidebar a:hover {padding: 6px 8px 6px 16px; color: #FFFFFF; display: block; text-decoration: none; font-family: fabrics; font-size: 22px;}
.main
{
    margin-top: 75px;
    padding-left: 20px;
    height: 50px;
    z-index: 0;
    top: 0;
    left: 0;
}
@media screen and (max-height: 450px) {.titlebar {padding-top: 15px;}.titlebar a {font-size: 18px;}}
td {font-family: fabrics; font-size: 20px; font-weight: normal; line-height: 159%; color: #CCCCCC; background-color: #1A1A1F; text-align: left; padding: 8px;}
th {font-family: fabrics; font-size: 20px; font-weight: normal; line-height: 100%; color: #CCCCCC; border: 1px solid #AAAAAA; background-color: #111116; text-align: left; padding: 8px;}
tr:nth-child(even) {background-color: #202026;}
code {font-family: fabrics; font-size: 20px; font-weight: normal; line-height: 0%; color: #AAAAAA; border: 1px solid #111116; padding: 8px; background-color: #111116; }
