        .NewsLinks {
        font-family: verdana;
        font-size: x-small;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        }
        
        a:link.NewsLinks {text-decoration: none; color : #000000; font-size: x-small;}
        a:visited.NewsLinks {color : #000000; font-size: x-small;}
        a:active.NewsLinks {text-decoration: none; color : #000000; font-size: x-small;}
        a:hover.NewsLinks {color : #000000; font-size: x-small;}

        .NewsHeader {
        font-family: verdana;
        font-size: x-small;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        padding-left: 5px;
        }
        
        a:link.NewsHeader {text-decoration: none; color : #000000; font-size: x-small;}
        a:visited.NewsHeader {color : #000000; font-size: x-small;}
        a:active.Header {text-decoration: none; color : #000000; font-size: x-small;}
        a:hover.NewsHeader {color : #000000; font-size: x-small;}

        .ticker-border {
                background-color: #ffcccc;
                margin: 1px;
                padding: 1px;
                height: 125;
                width: 250;
                border:  outset ;
        }