table.link {
            font-weight: bold;
            font-family: helvetica;
            font-size: 14px;
            text-align: center;
            background-color: #0e0e0e;
            border: 5px groove gray;
            }


td.red {
        color: red;
        font-family: helvetica;
        font-size: 20px;
        font-weight: bold;
        }


table.fine {
            color: yellow;
            border-top: 2px solid #00FF00;
            font-family: verdana;
            }


td.news {
         color: black;
         font-size: 19px;
         text-align: left;
         font-family: courier;
         font-weight: bold;
         }


a:link {color: #ffffff; text-decoration: underline; }
a:visited {color: #909090; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
