a:link { text-decoration: none; }
a:hover { text-decoration: underline; color: #999;}
a:active { text-decoration: underline; }
a:visited { text-decoration: none; }

.big {
    color: #1F1E2E;
    font-family: arial,verdana,sans-serif;
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
    }
    
.small {
    color: #1F1E2E;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    margin: 0px;
    font-weight: normal;
    }