<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 { font-size: 30px;
} 
p {
font-weight: 600;
font-size: 23px;
}
A:link {
   color: #696969;
}
A:visited {
     color: #800000;
}
.sherlock:hover {
     color: #800000;
}
.float {
   float: left;
}
p {
    text-indent: 20px;
}
.neotstup {
   text-align: center;
   text-indent: 0px;
}
.prolist {
   position: sticky;
   top: 0;
   background-color: #FFFFFF;
   border: none;
}
h1 {
   font-size: 50px;
}</pre></body></html>