<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}
pre, code {
	font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
hr {
	border: 0 solid #ccc;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	text-align: center;
}
h2 {
	color: #F00;
	font-size: 18px;
	padding-left: 5px;
	font-weight: bold;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
h4 {
	font-size: 14px;
	paddig-bottom: 3px
}
h5 {
	color: #999;
	font-size: 15px;
	padding-left: 5px;
}
h6 {
	font-size: 15px;
	color: #F00;
}
h7 {
	color: #fff;
	font-size: 12px;
}
h8 {
	font-size: 12px;
}
h9 {
	font-size: 19px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
}
h10 {
	font-size: 11px;
}
h11 {
	color: #006400;
	font-size: 16px;
	padding-left: 5px;
	font-weight:bold;
}
h11 a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	
}
h11 a:hover {
	color: #12CDEC;
	text-decoration: underline;
	background-color: #fff;
}
h12 {
	font-size: 16px;
	line-height: 30px;
	color: #999;
	font-weight: bold;
}
h13 {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
h14 {
	font-size: 11px;
	color: #fff;
}
h15 {
	font-weight: bold;

}
h16 {
	font-size: 12px;
	padding-left: 5px;
	
}
h16 a {
	text-decoration:underline;
	color: #000;
	
}
h16 a:hover {
	text-decoration:underline;
	background-color:#fff;
	color:  #12CDEC;
	
}
h17 {
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
}
h18 {
	font-weight: bold;
	font-size: 15px;
}
h19 {
	color: #F00;
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #12CDEC
}
p {
	overflow: hidden;
	padding: 5px;
	text-align: left;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 0px;
}
 p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, table, {
 margin-bottom: 0px;
}
</pre></body></html>