BODY {
    font-family: Segoe UI,Arial,sans-serif;
    background: #ddffdd;
}

.searchfields {
}

/* non-decorated links */
.nodecor {
    color: #000000;
    text-decoration: none;
}

H1 {
    padding-top: 1px;
    margin-top: 1px;
}

h2 {
    text-align: center;    
}

/* external link */
.ext { color: coral; text-decoration: none;}
.ext:after { content: " " url(external.png) }

#fineprint {
    text-align: center;
    font-size: smaller;
}

.plantdescr LABEL { font-weight: bold; }
.latin { font-style: italic; }

a.button {
    text-decoration: none;
    color: #000;
}

li.plantlist {
    margin: 0px;
    padding: 1px;
    list-style: none;
	border: 1px solid 		#145072;
	background: 			#ddffdd;
	color: 					#000;
	background-image: -moz-linear-gradient(top, 
							#efe, 
							#cfc);
	background-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0, 	#efe),
			color-stop(1, 	#cfc));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeffee', EndColorStr='#ccffcc')";
}

ul.plantlist {
    margin: 0px;
    padding: 0px;
}

.plantlist p, .plantlist h3 {
    margin: 1px;
    padding: 1px;
}

.plantlist h3 {
    font-weight: bold;
    font-size-adjust: bigger;
}
