<style type="text/css">
        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 165px;
        height: 59px;
        background-color: #ffffff;
        background-repeat: repeat;
        padding: 2px;
        border:  dotted #ffffff;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	news {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: #000000;
            padding-left: 2px;
	}
	 
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: #000066;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: #000033;
            text-decoration: none;
            padding-left: 2px;
        }
        </style>

