<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1{
  font-family:"Monospace", Arial, sans-serif;
  color:#C7CACC;
}
body {
    font-family:"Monospace", Arial, sans-serif;
	  background-color: #202121;
    color:#C7CACC;
}
blockquote {
	border-left: 1px solid #DDD;
	display: block;
	font-size: 1.625em;
	margin: 0px 0px 30px;
	padding: 0px 0px 0px 4.68%;
}
blockquote p{
	padding: 0 !important;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
code {
	text-align: left;
}
pre {
	border: 1px dotted #B6B9B7;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px 20px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
::-moz-selection {
	background: #414F54;
	color:#FFF;
	text-shadow: none;
}
::selection {
	background:#45464A;
	color:#FFF;
	text-shadow: none;
}
a:link {
  color:#08559C;
}

#main {
   width:50%;
}
#left {
   width:25%;
}
#right {
   width:25%;
}

#site_header {
   text-align:center;
}

.col {
   float:left;
   height:200px;
}

.image {
   text-align:center;
}

.normal {
   text-align:left;
   font-size:16px;
}

.headers {
   text-align:left;
}
</pre></body></html>