/* This is my master style sheet */
/* It is a work iin progress */

/*You may use class="frame" as an attribute in table or cell tags */
.frame {border: 0.2em solid #046A15 }

/* If your table has more than two rows, for some reason, you need to use this (below) with id="tableborder", rather than class="frame" for the table attribute. */
#tableborder { color : #046A15; border : solid }
#tableborder2 { color : #046A15; border : solid }