<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style sheet only for Plant Index page. */
/* 2002-05-26. Resolve problem with page opening too small for all columns. */
/* The LGR is for Omniweb; the TMS is for IE Windows */
/* Arial looks better than Verdana on AJMs machine */
/* 2004-03-17. One style sheet to rule them all. */


/* Two  column layout. */

#links {
	float:left;
	width: 200px;
	color:#000; background-color:#cc6;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:600px;
}

div.sidetitle {
	color:#630; background-color:transparent;
	padding:2px;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	border-bottom:1px solid #630;
}

div.side {
	padding-top: 5px;
	padding-bottom:10px;
	margin-right: 5px;
	color:#330; background-color:transparent;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

#content {
	float:left;
	width: 560px;
	padding:20px;
	color:#000; background-color:#fff;
}
div.idx {
	width:540px;
	clear:both;
	font-size:12px;
}
/* Columns for indexes. */
div.column {
	float:left;
	width:240px;
	padding:10px;
}
dt A {
	font-weight:normal; 
}
dt A:link	{color: #993; background-color: transparent; font-weight:normal;} 
dt A:visited	{color: #993; background-color: transparent; font-weight:normal;} 
dt A:active	{color: #993; background-color: #ff9; font-weight:normal;} 
dt A:hover	{color: #993; background-color: #ff9; font-weight:normal;}

dd A {
	font-weight:normal; 
}
dd A:link	{color: #993; background-color: transparent; font-weight:normal;} 
dd A:visited	{color: #993; background-color: transparent; font-weight:normal;} 
dd A:active	{color: #993; background-color: #ff9; font-weight:normal;} 
dd A:hover	{color: #993; background-color: #ff9; font-weight:normal;}


/* H1 is the banner heading and controlled by div.banner */
h1 {color: #630; background-color:transparent; font-size: 100%; margin-bottom:0em;}
/* H2 is the alphabet breaks */
h2 {
	color: #630; background-color:transparent; 
	font-size: 18px; 
	margin-bottom:0em;
	padding-top:6px;
	border-top: 1px solid #630;
}
h3 {color: #630; background-color:transparent; font-size: 100%; margin-bottom:0em;}
p {margin-top:0em; margin-bottom:0em;}
p.cont {text-indent:2%;}
p.dateline {font-size: 12px; color: #630; background-color:transparent; margin-top:0px;}
p.footer {
	font-size: 10px;
	color: #666; background-color:transparent;
	margin-top:6px;
	margin-left:0px;
	text-align:center;
}

blockquote {
	font-family: Skia, "Comic Sans MS", sans-serif; 
	font-size:12px; line-height:16px;
	color:#630; background-color:transparent;
	padding:5px;
	text-indent:0px;
}

b, strong {color: #630; background-color:transparent; font-weight:normal;} 
pre {font-family: monospace;}
span.strike {text-decoration: line-through;}

/* Special formats for plants index page */
/* Colors and sizes differ from books page */
dl {	margin-top:0em; margin-bottom:0em;}
dt { 
	color: #000;  background-color:transparent;
	font-size: 14px;
	margin-top:0em; margin-bottom:0em;
}

dd {
	font-size:12px; 
	margin-left:2%;
}

dd.cite {
	color: #660; background-color:transparent; 
	font-size:12px; 
}</pre></body></html>