<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'TTY-VT220';
    src: url('../font/TTY-VT220.ttf') format('truetype');
}

@font-face {
    font-family: 'Biolinum';
    src: url('../font/LinBiolinum_Rah.ttf') format('truetype');
}

@font-face {
    font-family: 'Biolinum-I';
    src: url('../font/LinBiolinum_RIah.ttf') format('truetype');
}


@font-face {
    font-family: 'Biolinum-K';
    src: url('../font/LinBiolinum_Kah.ttf') format('truetype');
}

html{ 
    height: 100%;
}

*{ 
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body{
    font-size: 20px;
    color: white;
    font-family:Biolinum;
    background-color:WhiteSmoke;
}




h1{
    font-family:TTY-VT220; 
    font-size: 50px;
    text-shadow:  gray 1px 1px;
    color: white;
    font-weight: normal;  
}

h2{
    font-family:TTY-VT220; 
    font-size: 30px;
    text-shadow:  gray 1px 1px;
    color: white;
    text-align: right;
    border-bottom: 1px solid white;
    margin:30px 30px 5px 0px;
    font-weight: normal;
    
    
}



.sidebar h1 { 
    font-size: 30px;
    text-shadow: gray 1px 1px;
    color: white;
    border-bottom: 1px solid darkgrey;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}



h3{
    font-family:TTY-VT220; 
}



#main{
    margin: 30px auto;
    width: 1000px;
    
    
    padding-bottom: 30px;
}

#site_content { 
    width: 930px;
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 15px 30px 0 0;
    background: transparent url(../img/main.png);
    border-radius: 13px 13px 13px 13px;
} 

article { 
  text-align: left;
  border-right: 1px solid  grey;
  width: 660px;
  margin: 20px 15px 20px 50px;
  float: left;
  padding: 14px 0 0 0;
}


.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.keyboard {
  font-family:Biolinum-K; 
}

figcaption {
    font-family:Biolinum-I; 
    text-align: center;
}

.picture {
  border: 0px;
  border-radius: 13px 13px 13px 13px;
}


.myface { 
  width: 100%;
  margin: 20px 0 0px 0;
  border: 1px solid darkgrey;
  border-radius: 13px 13px 13px 13px;
  padding: 0px 0px 0px 0px;
}





#site_content a {color:#e5b800;}
#site_content a:link {text-decoration: none;color:#e5b800;}
#site_content a:visited {text-decoration: none}
#site_content a:active {text-decoration: none}
#site_content a:hover {text-decoration: underline; color:#e5b800;}

a {color:olive;}
a:link {text-decoration: none;color:olive;}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:olive;}

#main #sidebar_container p {color: black;}
#main #sidebar_container a {color:whitesmoke;}
#main #sidebar_container a:link {text-decoration: none;color:whitesmoke;}
#main #sidebar_container a:visited {text-decoration: none}
#main #sidebar_container a:active {text-decoration: none}
#main #sidebar_container a:hover {text-decoration: underline; color:whitesmoke;}


img.button {
    border-radius: 5px;
    border-style:solid;
    border-width:2px;
    border-color:white; 
    height: 60px;
    width: 60px;
}

.img-button {
    font-size:small;
    float: left; 
    text-align: center; 
    width: 80px; 
    margin: 10px;
}

.img-button-container {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}



#sidebar_container { 
    float: right;
    width: 160px;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}


.sidebar{
    float: right;
    width: 100%;
    background: grey;
    margin:30px 0 0 0;
    padding: 5px 15px 5px 13px;
    border: 1px solid darkgrey;
    border-radius: 13px 13px 13px 13px;
}

.toc{
    background: #AD5C33;
}

ul li { 
  margin: 0px 0px 0px 20px;
} 


.sidebar ul li { 
  margin: 0px 0px 0px 20px;
} 

.shadowbox {
    position:relative;       
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadowbox:before, .shadowbox:after {
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    border-radius:100px / 10px;
} 

.shadowbox:after {
    right:10px; 
    left:auto;
    transform:skew(8deg) rotate(3deg);
}



#footer{
    font-size: 15px;
    color: black;    
    text-align: center;
}

#header{
    margin: 0px 30px;
    text-align: right;
    font-size: 15px;
    color: black;
}

#myblockquote {
  border-left: 10px solid #bbb;
  margin: 50px 10px;
  padding: 0.5em 10px;
}

blockquote {
  border-left: 10px solid #bbb;
  margin: 50px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  content: no-close-quote;
}

blockquote p {
  display: inline;
}



.icon{
    vertical-align:middle;
    height:30px;
}

table {
margin-left:10px;
}

table td {
  border-left:solid 10px transparent;
}

table td:first-child {
  border-left:0;
}

</pre></body></html>