a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 246px;
        height: 80px;
        background-color: #ffffff;
        background-repeat: repeat;
        padding: 2px;
        border:  solid #ff9900 1px;
        }
	
	#ticker {
	position:relative;
	width:150px;
	left: 57px;

	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            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: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p{
	font-size: 12px;
}
li {
	font-size: 12px;
}
