.text { 
FONT-SIZE: 11px; FONT-FAMILY: Tahoma

}
 
.news { 
FONT-SIZE: 10px; FONT-FAMILY: Tahoma

}

ul {
	list-style-type: none;
	list-style-image: url(purple1.gif);


}
ul ul {
	list-style-type: none;
	list-style-image: url(purple2.gif);

}
ul ul ul {
	list-style-type: none;
	list-style-image: url(purple2.gif);

}
ul ul ul ul {
	list-style-type: circle;
}
a:link {
	color: #666699;
}

