    .mytable { 
              width: 600px; 
              padding: 0px;  
              margin: 0px; 
              border-bottom:3px solid #efefef;
              border-right:3px solid #efefef;
              background-color:<?php echo "$tablecolor"; ?>;
              font-family: Verdana,Helvetica,Arial,sans-serif;
             }
    .mytable td { 
             font-size: small; 
             padding: 2px; 
             margin: 0px; 
             font-size:0.9em;
             font-family: arial;
             }
    .linkstable td {
             background-color: lightgoldenrodyellow;
             color:white; 
             border:1px groove gray;
             font-size: small; 
             padding: 2px; 
             margin: 0px; 
             font-size:0.8em;
             font-family: Arial;
             }
A:link { color:<?php echo "$txtcolor"; ?>;font-weight: bold; text-decoration: none }
A:visited { color:<?php echo "$txtcolor"; ?>;font-weight: bold; text-decoration: none }
A:active { color:<?php echo "$txtcolor"; ?>;font-weight: bold; text-decoration: none }
A:hover { color:<?php echo "$txtcolor"; ?>;font-weight: bold; text-decoration: underline }