/* CSS Document AGRE NEWS Ticker*/
<style type="text/css">

        .NewsHeader {
        font-family: arial;
        font-size: xx-small;
        font-weight: normal;
        color: ;
        text-decoration: none;
        padding-left: 5px;
        }
		
        a:link.NewsHeader {text-decoration: none; color : ; font-size: xx-small;}
        a:visited.NewsHeader {color : ; font-size: xx-small;}
        a:active.Header {text-decoration: none; color : ; font-size: xx-small;}
        a:hover.NewsHeader {color : ; font-size: xx-small;}
		
        .NewsLinks {
        font-family: arial;
        font-size: xx-small;
        font-weight: bold;
        color: ;
        text-decoration: none;
        }
		
        a:link.NewsLinks {text-decoration: none; color : #0000FF; font-size: xx-small;}
        a:visited.NewsLinks {color : #0000FF; font-size: xx-small;}
        a:active.NewsLinks {text-decoration: none; color : #666666; font-size: xx-small;}
        a:hover.NewsLinks {color : #666666; font-size: xx-small;}
        .ticker-border {
                background-color: ;
                margin: 1px;
                padding: 1px;
                height: 40;
                width: 180;
                border:  none ;
        }
        </style>

