/* 
 * CSS for the KJ Exchange 
 */

td        {
       font-size: 10pt;
       }

.msgnum     {
       text-align: right;
       font-size: 8pt;
       padding-right: 10px;
       }

.new        {
       border-top: 1px #d0b090 solid;
       padding-top: 5px;
       }

a:link    {
       text-decoration: none; color: white;
       }

a:visited    {
       text-decoration: none; color: #c0c0c0;
       }

a:active     {
       text-decoration:none; color: #ff0000;
       }

