<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">STRONG {
   font-weight : bold; 
}

LI {
   line-height : 100%; 
   margin-top : 0.65em; 
}

UL {
   list-style-type : square; 
}

P{
   line-height : 145%; 
   font-family : comic sans ms, arial, sans-serif; 
   margin-top : 0.65em; 
}

IMG {
   border-width : 0px; 
}

HR.THIN {
   color : #999999; 
   height : 1px; 
}


HR {
   color : olive; 
   height : 3px; 
}


H4 {
   font-size : 100%; 
   margin-bottom : 0; 
}

H3 {
   font-family : comic sans ms, Helvetica, Sans-serif;
   font-weight : bold; 
   font-size : 120%; 
   color : maroon; 
   margin-bottom : 0; 
}

H2 {
   font-weight : bold; 
   font-size : 150%; 
   font-family : "Arial, sans-serif";
   color : Maroon;
}
.title {
	background-color:#990000;
	color:white;
	text-align: center;
	margin:3px;
}

H1 {
   font-weight : bold; 
   font-size : 200%; 
   font : "Lucida Sans, Comic Sans MS, sans-serif";
}

DT {
   color : red; 
   margin-bottom : 0; 
}

DL {
   font : 100%/145% 
   margin-top : 5pt; 
   margin-bottom : 5pt; 
}

CAPTION {
   font-weight : bold; 
   font-size : 100%; 
   color : maroon; 
   margin-bottom : 0; 
}

BODY, TD {
   font-family : "comic sans ms, Helvetica, Sans-serif"; 
   background-color : #FFFFDD; 
   margin: 0px;
}

A {
  line-height : 100%; 
  text-decoration : none;
  color : brown;
}

A:hover {
   color : blue;
   text-decoration : underline;
}

.red {
   color : red; 
}

.big {
   font : bold x-large Verdana, Helvetica, sans-serif; 
}

.margin {
	border-right-width: 1px; 
	border-right-style: solid; 
	background-color: #FFFFCC;
}
.sidebar {
	
	background-color: #FFFFCC;
	float: left;
	width: 100px;
	height: 100%;
	border-left-color: #FFFFCC;
	border-left-width: 3px;
	border-left-style: solid;
}
p.item {
	margin-top: 3px;
	margin-bottom: 3px;
}
.main {
	margin-left: 100px;
	border-left: thin solid Black;
	padding-left: 10px;
}</pre></body></html>