
A.newslink {
	background-color: #f36c2b;
	color: White;
	text-decoration: none;
}
A:hover.newslink {
	color: Black;
	text-decoration: none;
}


#copy A {
	background-color: White;
	color: #f36c2b;
	text-decoration: none;
}
#copy A:hover {
	background-color: #f36c2b;
	color: White;
	text-decoration: none;
}

#copy UL {
	list-style-type : circle;
	list-style-image : url(bullet.gif);
}

