/*This is my master style sheet */
/*You may use class="frame" as an attribute in table or cell tags */
.frame {border: 0.2em solid #122F61 }
.zeropadding { border: 0.2em solid #122F61; padding: 0 }
/* 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 : #122F61; border : solid }