<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY { 
	margin:20px 20px 20px 20px;
	background-color: #eef;
	color: #004;
	}

A { text-decoration : none; font-weight : bold; color : #0033ff; }
A:hover  { background-color : #bbbbff; color: #000; }	

A.broken { font-weight : bold; color : #0033cc; text-decoration : line-through; }
A.broken:visited {color : #6666cc; }
A.broken:hover  { background-color : #f26; color: #fff; }	


.new {color : #0000ff; background-color: lightgreen;}
A.new:visited {color : #6666cc; }
A.new:hover  { background-color : #bbbbff; color: #000; }	

h1{
   font-weight : bold; 
   color : #6386c9; 
   font-size : x-large
}

h2,h3,h4,.head{
   font-weight : bold; 
   background-color : #556; 
   color : #fff; 
   padding: 2px;
   font-size : larger
}

A.h { font-weight : bold; color : #fff; background-color: #666; text-decoration : underline; }
A.h:visited {color : #fff; }
A.h:hover  { background-color : #fff; text-decoration: none; color: #666; }	


.highl {
   font-weight : bold; 
   background-color : #ff0; 
   color : #000; 
}
	

.container {
	width: 100%;
	float: right;
	margin-left: -10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	border:1px solid #666;
}


#blurb {
margin-left: 10px;
top: 50px;
}

#links {
float: right;
width:300px;
background:#cde;
padding: 2px;
border: 8px solid #ddf;
font-size: 8.5pt;
	}


.ghost {
	display: none;
}


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