/* plant.css */
h1 { text-align: center; font-weight: bold }
table.catalog { background: lightcyan; border-width: thin; border-style: double }
td.cell { border-width: thin; border-style: solid; text-align: center; padding: 10px }
h2 { color: #0000FF }
div.index { background: #FFFF99 }
