<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* %%Specific Body Style 
*/
body,html {
}

body {
     font: 12px Verdana, Arial, Helvetica, sans-serif;
	 margin:40px;
}


/**
* %%Layout
*/

#container {
         width: 60% ;
}

/**
* %%Typography
*/

table {
	font-size: 1em;
}

/* standards redesign */
h1 {
	font-size:26px;
	font-weight:bold;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px
}
p {
	line-height:150%;
}
strong {
	font-weight:bold;
}
del {
	text-decoration: line-through;
	color: #666;
}
cite, em, dfn  {
	font-style:italic;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
a abbr, a acronym {
	border: none;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
code, kbd, samp, pre, tt, var {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, monospace;
}

/* dimensions */
small, .small, sup, sub {
	font-size:80%;
}
.big {
	font-size:145%;
}
.thin {
	font-weight: lighter;
}

/* colors */
.red {
	color:#F00;
}
.orange {
	color:#F60;
}
.blue {
	color:#03F;
}
.green {
	color:#0C0;
}

/* various styles */
.underline {
	text-decoration:underline;
}

.debug {
	outline:1px solid #F00;
}

.highlight {
	background-color:#FF6;  /* bright yellow */
	padding:0px 2px;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}

/* on demand structure */
fieldset {
	border:1px solid #ccc;
	width:95%;
	padding:7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset legend {
	padding:0 3px;
	font-weight:bold;
}
form input[type='text'], form select, form textarea {
	border:1px solid #ccc;
}

pre {
	background: #EEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.left-arrow {
	border-color: transparent rgb(255,128,0);
	border-style: solid;
	border-width: 20px 20px 20px 0px;
	height: 0px;
	width: 0px;
}
.left-arrow:hover
{
	border-color: transparent rgb(255,255,255);
}

.right-arrow {
	border-color: transparent rgb(255,128,0);
	border-style: solid;
	border-width: 20px 0px 20px 20px;
	height: 0px;
	width: 0px;
}
.right-arrow:hover
{
	border-color: transparent rgb(255,255,255);
}

.down-arrow {
	border-color: rgb(255,128,0) transparent;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
	height: 0px;
	width: 0px;
}
.down-arrow:hover
{
	border-color: rgb(255,255,255) transparent;
}

.up-arrow {
	border-color: rgb(255,128,0) transparent;
	border-style: solid;
	border-width: 0px 20px 20px 20px;
	height: 0px;
	width: 0px;
}
.up-arrow:hover
{
	border-color: rgb(255,255,255) transparent;
}

.left-arrow1 {
	border-color: transparent rgb(100,100,100);
	border-style: solid;
	border-width: 15px 15px 15px 0px;
	height: 0px;
	width: 0px;
}
.left-arrow1:hover
{
	//border-color: transparent rgb(255,255,255);
}

.right-arrow1 {
	border-color: transparent rgb(100,100,100);
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	height: 0px;
	width: 0px;
}
.right-arrow1:hover
{
	//border-color: transparent rgb(255,255,255);
}

.down-arrow1 {
	border-color: rgb(100,100,100) transparent;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	height: 0px;
	width: 0px;
}
.down-arrow1:hover
{
	//border-color: rgb(255,255,255) transparent;
}

.up-arrow1 {
	border-color: rgb(100,100,100) transparent;
	border-style: solid;
	border-width: 0px 15px 15px 15px;
	height: 0px;
	width: 0px;
}
.up-arrow1:hover
{
	//border-color: rgb(255,255,255) transparent;
}

::-webkit-scrollbar 
{
   width: 15px;
   height: 15px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment 
{
   height: 1px;  
   display: block;
   background-color: rgb(100,100,100);
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment 
{
   height: 1px;
   display: block;
   background-color: rgb(100,100,100);
}

::-webkit-scrollbar-track-piece 
{
   background-color: rgb(100,100,100);
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal
{
   background-color: rgb(255,128,0);
   border: 1px solid rgb(255,128,0);
   -webkit-border-radius: 6px;
}

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