 /** CSS placed here will be applied to all skins */

 /* For Template:Pattern text */
 table.pattText {
   border:solid 1px #336633;
 }
 table.pattText tr.even {
   background-color: #FFFFCC;
 }
 table.pattText tr.odd {
   background-color: #CCCCCC;
 }
 table.pattText tr.odd td, table.pattText tr.even td {
   font-family: courier new, monospace;
 }
 table.pattText tr.odd th, table.pattText tr.even th {
   text-align: right;
 }