<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: OpenSans; src: url(../fonts/OpenSans-Regular.ttf); }
@font-face { font-family: Futura; src: url(../fonts/Futura-Book-font.ttf); }
@font-face { font-family: BLKCHCRY; src: url(../fonts/BLKCHCRY.TTF); }

* { box-sizing: border-box; }

html, body {
  padding: 0; 
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'Georgia', 'Helvetica', 'Verdana', 'sans-serif';
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  }

html {
  overflow: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  background: #ececec; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  
.c11 {
max-width:800px;
margin-left: auto ;
margin-right: auto ;
}

.quote-heading {
font-family: BLKCHCRY;
color: #936;
text-align: center;
font-size: 200%;
padding: 5px;
}

.quote-body {
background-color: #efd;
padding: 10px;
border-radius: 10px;
font-family: OpenSans;
font-size: 120%;
color: #93f;
}
.quote-author {
padding: 10px;
font-family: Futura;
font-size: 80%;
color: #999;
font-style: italic;
text-align: right;
}
.quote-subject {
padding: 5px;
font-family: Futura;
font-size: 150%;
color: #363;
}

.border-bottom{border-bottom:1px #ccc dotted;}


A:link{color:#336699; text-decoration: none;} 
A:visited{color:#996633;}
A:hover{color:#663300; text-decoration: underline;}

div#f1{background-color:#99dddd; padding:12px; border-bottom:1px #ff0000 dotted;}
#f1:hover{ background: #99ff99; border-bottom:1px #333399 solid;}
div#f2{background-color:#ffff99; padding:12px; border-bottom:1px #ff0000 dotted;}
#f2:hover{ background: #99ff99; border-bottom:1px #663300 solid;}

#f3{background-color:#; border-bottom:1px #663300 dotted; padding:10px;}
#f3:hover{ background:#ffffcc; border-bottom:1px #993333 solid;}
div#f4{background-color:#ddeedd; border-bottom:1px #663300 dotted; padding:10px;}
#f4:hover{ background:#ffffcc; border-bottom:1px #993333 solid;}


img#thn {
vertical-align:middle; 
border-radius: 14px; 
-moz-border-radius: 14px;
border:1px #990000 solid;
}

.block-2 {
  display:inline-table;
  width:130px;
  height:130px;
  box-shadow: 0 4px 8px 0 rgba(255, 50, 50, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:10px;
  padding:10px;
  text-align:center;
}
.block-2:hover {
  box-shadow: 0 4px 8px 0 rgba(50, 250, 50, 0.2), 0 6px 20px 0 rgba(0, 0, 250, 0.19);
}
</pre></body></html>