ul#topics li {
	background-color: #9FD8FF;
}

ul#topics li a:hover {
	background-color: #99C9E6;
	text-decoration: underline;
}

/* the first line has diferent color than other lines */
/* first line */
ul#topics li#topicWorldwide {
	background-color: #DCF1FF;
}
ul#topics li#topicHelp {
	background-color: #DCF1FF;
}
ul#topics li#topicAffairs {
	background-color: #DCF1FF;
}

/* the last line has diferent color than other lines */
/* seventh line */
ul#topics li#topicFunding {
	background-color: #6FC5FF;
}
ul#topics li#topicResearch {
	background-color: #6FC5FF;
}
ul#topics li#topicOther {
	background-color: #6FC5FF;
}
	

	

       

	

        